Shades of Iris Blue #04BBB2
Tints of Iris Blue #04BBB2
RGB
CMYK
RGB Variations
Color information
#04BBB2 (or 0x04BBB2) is known color: Iris Blue. HEX triplet: 04, BB and B2. RGB value is (4,187,178). Sum of RGB (Red+Green+Blue) = 4+187+178=369 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.08% from 369); Green value is 187 (73.44% from 255 or 50.68% from 369); Blue value is 178 (69.92% from 255 or 48.24% from 369); Max value from RGB is 187 - color contains mainly: green. Hex color #04BBB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04BBB2 is #FB444D. Grayscale: #838383. Windows color (decimal): -16467022 or 11713284. OLE color: 11713284.
HSL color Cylindrical-coordinate representation of color #04BBB2: hue angle of 177.05º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BBB2 is Cyan = 0.98, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 187 | 178 | - |
| CMYK | 0.98 | 0 | 0.05 | 0.27 |
| HSL | 177.05º | 0.96% | 0.37% | - |
| HSV(B) | 177.05º | 0.98% | 0.73% | - |
| XYZ | 25.86 | 38.78 | 48.24 | - |
| YUV | 131.26 | 154.37 | 37.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 187 | 178 | 0.98 | 0 | 0.05 | 0.27 | 177.05 | 0.96 | 0.37 |
| Hex | 4 | BB | B2 | 62 | 0 | 5 | 1B | B1 | 60 | 25 |
| Octal | 4 | 273 | 262 | 142 | 0 | 5 | 33 | 261 | 140 | 45 |
| Binary | 100 | 10111011 | 10110010 | 1100010 | 0 | 101 | 11011 | 10110001 | 1100000 | 100101 |
Color Harmonies of #04BBB2
Complementary color
Monochromatic Colors of #04BBB2
Black with #04BBB2
Text Example
Text Example
White with #04BBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BBB2; }
p { color: rgb(4,187,178); }
H1.HeaderClassName
{
color: #04BBB2;
}
.AnyTagClassName
{
color: #04BBB2;
}
</style>
background-color css
<style>
a { background-color: #04BBB2; }
a { background-color: rgb(4,187,178); }
div.DivClassName
{
background-color: #04BBB2;
}
.BgClassName
{
background-color: #04BBB2;
}
</style>
border-color css
<style>
span { border-color: #04BBB2; }
span { border-color: rgb(4,187,178); }
td.TdClassName
{
border-color: #04BBB2;
}
.TagClassName
{
border-color: #04BBB2;
}
</style>