Shades of Iris Blue #05C0CA
Tints of Iris Blue #05C0CA
RGB
CMYK
RGB Variations
Color information
#05C0CA (or 0x05C0CA) is known color: Iris Blue. HEX triplet: 05, C0 and CA. RGB value is (5,192,202). Sum of RGB (Red+Green+Blue) = 5+192+202=399 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.25% from 399); Green value is 192 (75.39% from 255 or 48.12% from 399); Blue value is 202 (79.30% from 255 or 50.63% from 399); Max value from RGB is 202 - color contains mainly: blue. Hex color #05C0CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05C0CA is #FA3F35. Grayscale: #898989. Windows color (decimal): -16400182 or 13287429. OLE color: 13287429.
HSL color Cylindrical-coordinate representation of color #05C0CA: hue angle of 183.05º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05C0CA is Cyan = 0.98, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 5 | 192 | 202 | - |
| CMYK | 0.98 | 0.05 | 0 | 0.21 |
| HSL | 183.05º | 0.95% | 0.41% | - |
| HSV(B) | 183.05º | 0.98% | 0.79% | - |
| XYZ | 29.57 | 42 | 62.42 | - |
| YUV | 137.23 | 164.55 | 33.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 192 | 202 | 0.98 | 0.05 | 0 | 0.21 | 183.05 | 0.95 | 0.41 |
| Hex | 5 | C0 | CA | 62 | 5 | 0 | 15 | B7 | 5F | 29 |
| Octal | 5 | 300 | 312 | 142 | 5 | 0 | 25 | 267 | 137 | 51 |
| Binary | 101 | 11000000 | 11001010 | 1100010 | 101 | 0 | 10101 | 10110111 | 1011111 | 101001 |
Color Harmonies of #05C0CA
Complementary color
Monochromatic Colors of #05C0CA
Black with #05C0CA
Text Example
Text Example
White with #05C0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C0CA; }
p { color: rgb(5,192,202); }
H1.HeaderClassName
{
color: #05C0CA;
}
.AnyTagClassName
{
color: #05C0CA;
}
</style>
background-color css
<style>
a { background-color: #05C0CA; }
a { background-color: rgb(5,192,202); }
div.DivClassName
{
background-color: #05C0CA;
}
.BgClassName
{
background-color: #05C0CA;
}
</style>
border-color css
<style>
span { border-color: #05C0CA; }
span { border-color: rgb(5,192,202); }
td.TdClassName
{
border-color: #05C0CA;
}
.TagClassName
{
border-color: #05C0CA;
}
</style>