Shades of Iris Blue #04C0CA
Tints of Iris Blue #04C0CA
RGB
CMYK
RGB Variations
Color information
#04C0CA (or 0x04C0CA) is known color: Iris Blue. HEX triplet: 04, C0 and CA. RGB value is (4,192,202). Sum of RGB (Red+Green+Blue) = 4+192+202=398 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.01% from 398); Green value is 192 (75.39% from 255 or 48.24% from 398); Blue value is 202 (79.30% from 255 or 50.75% from 398); Max value from RGB is 202 - color contains mainly: blue. Hex color #04C0CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04C0CA is #FB3F35. Grayscale: #888888. Windows color (decimal): -16465718 or 13287428. OLE color: 13287428.
HSL color Cylindrical-coordinate representation of color #04C0CA: hue angle of 183.03º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C0CA is Cyan = 0.98, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 4 | 192 | 202 | - |
| CMYK | 0.98 | 0.05 | 0 | 0.21 |
| HSL | 183.03º | 0.96% | 0.4% | - |
| HSV(B) | 183.03º | 0.98% | 0.79% | - |
| XYZ | 29.56 | 41.99 | 62.42 | - |
| YUV | 136.93 | 164.72 | 33.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 192 | 202 | 0.98 | 0.05 | 0 | 0.21 | 183.03 | 0.96 | 0.4 |
| Hex | 4 | C0 | CA | 62 | 5 | 0 | 15 | B7 | 60 | 28 |
| Octal | 4 | 300 | 312 | 142 | 5 | 0 | 25 | 267 | 140 | 50 |
| Binary | 100 | 11000000 | 11001010 | 1100010 | 101 | 0 | 10101 | 10110111 | 1100000 | 101000 |
Color Harmonies of #04C0CA
Complementary color
Monochromatic Colors of #04C0CA
Black with #04C0CA
Text Example
Text Example
White with #04C0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C0CA; }
p { color: rgb(4,192,202); }
H1.HeaderClassName
{
color: #04C0CA;
}
.AnyTagClassName
{
color: #04C0CA;
}
</style>
background-color css
<style>
a { background-color: #04C0CA; }
a { background-color: rgb(4,192,202); }
div.DivClassName
{
background-color: #04C0CA;
}
.BgClassName
{
background-color: #04C0CA;
}
</style>
border-color css
<style>
span { border-color: #04C0CA; }
span { border-color: rgb(4,192,202); }
td.TdClassName
{
border-color: #04C0CA;
}
.TagClassName
{
border-color: #04C0CA;
}
</style>