Shades of Iris Blue #04C0CD
Tints of Iris Blue #04C0CD
RGB
CMYK
RGB Variations
Color information
#04C0CD (or 0x04C0CD) is known color: Iris Blue. HEX triplet: 04, C0 and CD. RGB value is (4,192,205). Sum of RGB (Red+Green+Blue) = 4+192+205=401 (53% of max value = 765). Red value is 4 (1.95% from 255 or 1.00% from 401); Green value is 192 (75.39% from 255 or 47.88% from 401); Blue value is 205 (80.47% from 255 or 51.12% from 401); Max value from RGB is 205 - color contains mainly: blue. Hex color #04C0CD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04C0CD is #FB3F32. Grayscale: #898989. Windows color (decimal): -16465715 or 13484036. OLE color: 13484036.
HSL color Cylindrical-coordinate representation of color #04C0CD: hue angle of 183.88º 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 #04C0CD is Cyan = 0.98, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 4 | 192 | 205 | - |
| CMYK | 0.98 | 0.06 | 0 | 0.20 |
| HSL | 183.88º | 0.96% | 0.41% | - |
| HSV(B) | 183.88º | 0.98% | 0.8% | - |
| XYZ | 29.92 | 42.13 | 64.31 | - |
| YUV | 137.27 | 166.22 | 32.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 192 | 205 | 0.98 | 0.06 | 0 | 0.20 | 183.88 | 0.96 | 0.41 |
| Hex | 4 | C0 | CD | 62 | 6 | 0 | 14 | B8 | 60 | 29 |
| Octal | 4 | 300 | 315 | 142 | 6 | 0 | 24 | 270 | 140 | 51 |
| Binary | 100 | 11000000 | 11001101 | 1100010 | 110 | 0 | 10100 | 10111000 | 1100000 | 101001 |
Color Harmonies of #04C0CD
Complementary color
Monochromatic Colors of #04C0CD
Black with #04C0CD
Text Example
Text Example
White with #04C0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C0CD; }
p { color: rgb(4,192,205); }
H1.HeaderClassName
{
color: #04C0CD;
}
.AnyTagClassName
{
color: #04C0CD;
}
</style>
background-color css
<style>
a { background-color: #04C0CD; }
a { background-color: rgb(4,192,205); }
div.DivClassName
{
background-color: #04C0CD;
}
.BgClassName
{
background-color: #04C0CD;
}
</style>
border-color css
<style>
span { border-color: #04C0CD; }
span { border-color: rgb(4,192,205); }
td.TdClassName
{
border-color: #04C0CD;
}
.TagClassName
{
border-color: #04C0CD;
}
</style>