Shades of Iris Blue #05C0CC
Tints of Iris Blue #05C0CC
RGB
CMYK
RGB Variations
Color information
#05C0CC (or 0x05C0CC) is known color: Iris Blue. HEX triplet: 05, C0 and CC. RGB value is (5,192,204). Sum of RGB (Red+Green+Blue) = 5+192+204=401 (53% of max value = 765). Red value is 5 (2.34% from 255 or 1.25% from 401); Green value is 192 (75.39% from 255 or 47.88% from 401); Blue value is 204 (80.08% from 255 or 50.87% from 401); Max value from RGB is 204 - color contains mainly: blue. Hex color #05C0CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05C0CC is #FA3F33. Grayscale: #898989. Windows color (decimal): -16400180 or 13418501. OLE color: 13418501.
HSL color Cylindrical-coordinate representation of color #05C0CC: hue angle of 183.62º 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 #05C0CC is Cyan = 0.98, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 5 | 192 | 204 | - |
| CMYK | 0.98 | 0.06 | 0 | 0.2 |
| HSL | 183.62º | 0.95% | 0.41% | - |
| HSV(B) | 183.62º | 0.98% | 0.8% | - |
| XYZ | 29.81 | 42.09 | 63.68 | - |
| YUV | 137.46 | 165.55 | 33.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 192 | 204 | 0.98 | 0.06 | 0 | 0.2 | 183.62 | 0.95 | 0.41 |
| Hex | 5 | C0 | CC | 62 | 6 | 0 | 14 | B8 | 5F | 29 |
| Octal | 5 | 300 | 314 | 142 | 6 | 0 | 24 | 270 | 137 | 51 |
| Binary | 101 | 11000000 | 11001100 | 1100010 | 110 | 0 | 10100 | 10111000 | 1011111 | 101001 |
Color Harmonies of #05C0CC
Complementary color
Monochromatic Colors of #05C0CC
Black with #05C0CC
Text Example
Text Example
White with #05C0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C0CC; }
p { color: rgb(5,192,204); }
H1.HeaderClassName
{
color: #05C0CC;
}
.AnyTagClassName
{
color: #05C0CC;
}
</style>
background-color css
<style>
a { background-color: #05C0CC; }
a { background-color: rgb(5,192,204); }
div.DivClassName
{
background-color: #05C0CC;
}
.BgClassName
{
background-color: #05C0CC;
}
</style>
border-color css
<style>
span { border-color: #05C0CC; }
span { border-color: rgb(5,192,204); }
td.TdClassName
{
border-color: #05C0CC;
}
.TagClassName
{
border-color: #05C0CC;
}
</style>