Shades of Iris Blue #05C0CD
Tints of Iris Blue #05C0CD
RGB
CMYK
RGB Variations
Color information
#05C0CD (or 0x05C0CD) is known color: Iris Blue. HEX triplet: 05, C0 and CD. RGB value is (5,192,205). Sum of RGB (Red+Green+Blue) = 5+192+205=402 (53% of max value = 765). Red value is 5 (2.34% from 255 or 1.24% from 402); Green value is 192 (75.39% from 255 or 47.76% from 402); Blue value is 205 (80.47% from 255 or 51.00% from 402); Max value from RGB is 205 - color contains mainly: blue. Hex color #05C0CD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05C0CD is #FA3F32. Grayscale: #898989. Windows color (decimal): -16400179 or 13484037. OLE color: 13484037.
HSL color Cylindrical-coordinate representation of color #05C0CD: hue angle of 183.9º degrees, saturation: 0.95, 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 #05C0CD is Cyan = 0.98, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 192 | 205 | - |
| CMYK | 0.98 | 0.06 | 0 | 0.20 |
| HSL | 183.9º | 0.95% | 0.41% | - |
| HSV(B) | 183.9º | 0.98% | 0.8% | - |
| XYZ | 29.93 | 42.14 | 64.31 | - |
| YUV | 137.57 | 166.05 | 33.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 192 | 205 | 0.98 | 0.06 | 0 | 0.20 | 183.9 | 0.95 | 0.41 |
| Hex | 5 | C0 | CD | 62 | 6 | 0 | 14 | B8 | 5F | 29 |
| Octal | 5 | 300 | 315 | 142 | 6 | 0 | 24 | 270 | 137 | 51 |
| Binary | 101 | 11000000 | 11001101 | 1100010 | 110 | 0 | 10100 | 10111000 | 1011111 | 101001 |
Color Harmonies of #05C0CD
Complementary color
Monochromatic Colors of #05C0CD
Black with #05C0CD
Text Example
Text Example
White with #05C0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C0CD; }
p { color: rgb(5,192,205); }
H1.HeaderClassName
{
color: #05C0CD;
}
.AnyTagClassName
{
color: #05C0CD;
}
</style>
background-color css
<style>
a { background-color: #05C0CD; }
a { background-color: rgb(5,192,205); }
div.DivClassName
{
background-color: #05C0CD;
}
.BgClassName
{
background-color: #05C0CD;
}
</style>
border-color css
<style>
span { border-color: #05C0CD; }
span { border-color: rgb(5,192,205); }
td.TdClassName
{
border-color: #05C0CD;
}
.TagClassName
{
border-color: #05C0CD;
}
</style>