#04BBC0

Color #04BBC0 Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #04BBC0

Tints of Iris Blue #04BBC0

Color information

#04BBC0 (or 0x04BBC0) is unknown color: approx Iris Blue. HEX triplet: 04, BB and C0. RGB value is (4,187,192). Sum of RGB (Red+Green+Blue) = 4+187+192=383 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.04% from 383); Green value is 187 (73.44% from 255 or 48.83% from 383); Blue value is 192 (75.39% from 255 or 50.13% from 383); Max value from RGB is 192 - color contains mainly: blue. Hex color #04BBC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BBC0 is #FB443F. Grayscale: #848484. Windows color (decimal): -16467008 or 12630788. OLE color: 12630788.

HSL color Cylindrical-coordinate representation of color #04BBC0: hue angle of 181.6º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BBC0 is Cyan = 0.98, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4187192-
CMYK0.980.0300.25
HSL181.6º95.92%38.43%-
HSV(B)181.6º97.92%75.29%-
XYZ27.3339.3756.03-
YUV132.85161.3736.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 4 (1.95% from 255) = 1.04%
GREEN value IS 187 (73.44% from 255) = 48.83%
BLUE value IS 192 (75.39% from 255) = 50.13%
R=1.04%
G=48.83%
B=50.13%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal41871920.980.0300.25181.695.9238.43
Hex4BBC0623019b66026
Octal4273300142303126614046
Binary1001011101111000000110001011011001101101101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04BBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04BBC0; }

 p { color: rgb(4,187,192); }

 H1.HeaderClassName
 {
   color: #04BBC0;
 }
 .AnyTagClassName
 {
   color: #04BBC0;
 }
</style>
background-color css

<style>
 a { background-color: #04BBC0; }

 a { background-color: rgb(4,187,192); }

 div.DivClassName
 {
   background-color: #04BBC0;
 }
 .BgClassName
 {
   background-color: #04BBC0;
 }
</style>
border-color css

<style>
 span { border-color: #04BBC0; }

 span { border-color: rgb(4,187,192); }

 td.TdClassName
 {
   border-color: #04BBC0;
 }
 .TagClassName
 {
   border-color: #04BBC0;
 }
</style>