Shades of Iris Blue #04C0CF
Tints of Iris Blue #04C0CF
RGB
CMYK
RGB Variations
Color information
#04C0CF (or 0x04C0CF) is known color: Iris Blue. HEX triplet: 04, C0 and CF. RGB value is (4,192,207). Sum of RGB (Red+Green+Blue) = 4+192+207=403 (53% of max value = 765). Red value is 4 (1.95% from 255 or 0.99% from 403); Green value is 192 (75.39% from 255 or 47.64% from 403); Blue value is 207 (81.25% from 255 or 51.36% from 403); Max value from RGB is 207 - color contains mainly: blue. Hex color #04C0CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04C0CF is #FB3F30. Grayscale: #898989. Windows color (decimal): -16465713 or 13615108. OLE color: 13615108.
HSL color Cylindrical-coordinate representation of color #04C0CF: hue angle of 184.43º 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 #04C0CF is Cyan = 0.98, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 192 | 207 | - |
| CMYK | 0.98 | 0.07 | 0 | 0.19 |
| HSL | 184.43º | 0.96% | 0.41% | - |
| HSV(B) | 184.43º | 0.98% | 0.81% | - |
| XYZ | 30.16 | 42.23 | 65.59 | - |
| YUV | 137.5 | 167.22 | 32.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 192 | 207 | 0.98 | 0.07 | 0 | 0.19 | 184.43 | 0.96 | 0.41 |
| Hex | 4 | C0 | CF | 62 | 7 | 0 | 13 | B8 | 60 | 29 |
| Octal | 4 | 300 | 317 | 142 | 7 | 0 | 23 | 270 | 140 | 51 |
| Binary | 100 | 11000000 | 11001111 | 1100010 | 111 | 0 | 10011 | 10111000 | 1100000 | 101001 |
Color Harmonies of #04C0CF
Complementary color
Monochromatic Colors of #04C0CF
Black with #04C0CF
Text Example
Text Example
White with #04C0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C0CF; }
p { color: rgb(4,192,207); }
H1.HeaderClassName
{
color: #04C0CF;
}
.AnyTagClassName
{
color: #04C0CF;
}
</style>
background-color css
<style>
a { background-color: #04C0CF; }
a { background-color: rgb(4,192,207); }
div.DivClassName
{
background-color: #04C0CF;
}
.BgClassName
{
background-color: #04C0CF;
}
</style>
border-color css
<style>
span { border-color: #04C0CF; }
span { border-color: rgb(4,192,207); }
td.TdClassName
{
border-color: #04C0CF;
}
.TagClassName
{
border-color: #04C0CF;
}
</style>