Shades of Iris Blue #04BBCD
Tints of Iris Blue #04BBCD
RGB
CMYK
RGB Variations
Color information
#04BBCD (or 0x04BBCD) is known color: Iris Blue. HEX triplet: 04, BB and CD. RGB value is (4,187,205). Sum of RGB (Red+Green+Blue) = 4+187+205=396 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.01% from 396); Green value is 187 (73.44% from 255 or 47.22% from 396); Blue value is 205 (80.47% from 255 or 51.77% from 396); Max value from RGB is 205 - color contains mainly: blue. Hex color #04BBCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BBCD is #FB4432. Grayscale: #868686. Windows color (decimal): -16466995 or 13482756. OLE color: 13482756.
HSL color Cylindrical-coordinate representation of color #04BBCD: hue angle of 185.37º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BBCD is Cyan = 0.98, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 4 | 187 | 205 | - |
| CMYK | 0.98 | 0.09 | 0 | 0.20 |
| HSL | 185.37º | 0.96% | 0.41% | - |
| HSV(B) | 185.37º | 0.98% | 0.8% | - |
| XYZ | 28.84 | 39.97 | 63.95 | - |
| YUV | 134.34 | 167.87 | 35.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 187 | 205 | 0.98 | 0.09 | 0 | 0.20 | 185.37 | 0.96 | 0.41 |
| Hex | 4 | BB | CD | 62 | 9 | 0 | 14 | B9 | 60 | 29 |
| Octal | 4 | 273 | 315 | 142 | 11 | 0 | 24 | 271 | 140 | 51 |
| Binary | 100 | 10111011 | 11001101 | 1100010 | 1001 | 0 | 10100 | 10111001 | 1100000 | 101001 |
Color Harmonies of #04BBCD
Complementary color
Monochromatic Colors of #04BBCD
Black with #04BBCD
Text Example
Text Example
White with #04BBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BBCD; }
p { color: rgb(4,187,205); }
H1.HeaderClassName
{
color: #04BBCD;
}
.AnyTagClassName
{
color: #04BBCD;
}
</style>
background-color css
<style>
a { background-color: #04BBCD; }
a { background-color: rgb(4,187,205); }
div.DivClassName
{
background-color: #04BBCD;
}
.BgClassName
{
background-color: #04BBCD;
}
</style>
border-color css
<style>
span { border-color: #04BBCD; }
span { border-color: rgb(4,187,205); }
td.TdClassName
{
border-color: #04BBCD;
}
.TagClassName
{
border-color: #04BBCD;
}
</style>