Shades of Iris Blue #04BBE1
Tints of Iris Blue #04BBE1
RGB
CMYK
RGB Variations
Color information
#04BBE1 (or 0x04BBE1) is known color: Iris Blue. HEX triplet: 04, BB and E1. RGB value is (4,187,225). Sum of RGB (Red+Green+Blue) = 4+187+225=416 (55% of max value = 765). Red value is 4 (1.95% from 255 or 0.96% from 416); Green value is 187 (73.44% from 255 or 44.95% from 416); Blue value is 225 (88.28% from 255 or 54.09% from 416); Max value from RGB is 225 - color contains mainly: blue. Hex color #04BBE1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BBE1 is #FB441E. Grayscale: #888888. Windows color (decimal): -16466975 or 14793476. OLE color: 14793476.
HSL color Cylindrical-coordinate representation of color #04BBE1: hue angle of 190.32º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BBE1 is Cyan = 0.98, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 4 | 187 | 225 | - |
| CMYK | 0.98 | 0.17 | 0 | 0.12 |
| HSL | 190.32º | 0.97% | 0.45% | - |
| HSV(B) | 190.32º | 0.98% | 0.88% | - |
| XYZ | 31.41 | 41 | 77.49 | - |
| YUV | 136.62 | 177.87 | 33.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 187 | 225 | 0.98 | 0.17 | 0 | 0.12 | 190.32 | 0.97 | 0.45 |
| Hex | 4 | BB | E1 | 62 | 11 | 0 | C | BE | 61 | 2D |
| Octal | 4 | 273 | 341 | 142 | 21 | 0 | 14 | 276 | 141 | 55 |
| Binary | 100 | 10111011 | 11100001 | 1100010 | 10001 | 0 | 1100 | 10111110 | 1100001 | 101101 |
Color Harmonies of #04BBE1
Complementary color
Monochromatic Colors of #04BBE1
Black with #04BBE1
Text Example
Text Example
White with #04BBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BBE1; }
p { color: rgb(4,187,225); }
H1.HeaderClassName
{
color: #04BBE1;
}
.AnyTagClassName
{
color: #04BBE1;
}
</style>
background-color css
<style>
a { background-color: #04BBE1; }
a { background-color: rgb(4,187,225); }
div.DivClassName
{
background-color: #04BBE1;
}
.BgClassName
{
background-color: #04BBE1;
}
</style>
border-color css
<style>
span { border-color: #04BBE1; }
span { border-color: rgb(4,187,225); }
td.TdClassName
{
border-color: #04BBE1;
}
.TagClassName
{
border-color: #04BBE1;
}
</style>