Shades of Iris Blue #04C0CE
Tints of Iris Blue #04C0CE
RGB
CMYK
RGB Variations
Color information
#04C0CE (or 0x04C0CE) is known color: Iris Blue. HEX triplet: 04, C0 and CE. RGB value is (4,192,206). Sum of RGB (Red+Green+Blue) = 4+192+206=402 (53% of max value = 765). Red value is 4 (1.95% from 255 or 1.00% from 402); Green value is 192 (75.39% from 255 or 47.76% from 402); Blue value is 206 (80.86% from 255 or 51.24% from 402); Max value from RGB is 206 - color contains mainly: blue. Hex color #04C0CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04C0CE is #FB3F31. Grayscale: #898989. Windows color (decimal): -16465714 or 13549572. OLE color: 13549572.
HSL color Cylindrical-coordinate representation of color #04C0CE: hue angle of 184.16º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C0CE is Cyan = 0.98, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 192 | 206 | - |
| CMYK | 0.98 | 0.07 | 0 | 0.19 |
| HSL | 184.16º | 0.96% | 0.41% | - |
| HSV(B) | 184.16º | 0.98% | 0.81% | - |
| XYZ | 30.04 | 42.18 | 64.95 | - |
| YUV | 137.38 | 166.72 | 32.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 192 | 206 | 0.98 | 0.07 | 0 | 0.19 | 184.16 | 0.96 | 0.41 |
| Hex | 4 | C0 | CE | 62 | 7 | 0 | 13 | B8 | 60 | 29 |
| Octal | 4 | 300 | 316 | 142 | 7 | 0 | 23 | 270 | 140 | 51 |
| Binary | 100 | 11000000 | 11001110 | 1100010 | 111 | 0 | 10011 | 10111000 | 1100000 | 101001 |
Color Harmonies of #04C0CE
Complementary color
Monochromatic Colors of #04C0CE
Black with #04C0CE
Text Example
Text Example
White with #04C0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C0CE; }
p { color: rgb(4,192,206); }
H1.HeaderClassName
{
color: #04C0CE;
}
.AnyTagClassName
{
color: #04C0CE;
}
</style>
background-color css
<style>
a { background-color: #04C0CE; }
a { background-color: rgb(4,192,206); }
div.DivClassName
{
background-color: #04C0CE;
}
.BgClassName
{
background-color: #04C0CE;
}
</style>
border-color css
<style>
span { border-color: #04C0CE; }
span { border-color: rgb(4,192,206); }
td.TdClassName
{
border-color: #04C0CE;
}
.TagClassName
{
border-color: #04C0CE;
}
</style>