Shades of Iris Blue #05C0D0
Tints of Iris Blue #05C0D0
RGB
CMYK
RGB Variations
Color information
#05C0D0 (or 0x05C0D0) is known color: Iris Blue. HEX triplet: 05, C0 and D0. RGB value is (5,192,208). Sum of RGB (Red+Green+Blue) = 5+192+208=405 (53% of max value = 765). Red value is 5 (2.34% from 255 or 1.23% from 405); Green value is 192 (75.39% from 255 or 47.41% from 405); Blue value is 208 (81.64% from 255 or 51.36% from 405); Max value from RGB is 208 - color contains mainly: blue. Hex color #05C0D0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05C0D0 is #FA3F2F. Grayscale: #898989. Windows color (decimal): -16400176 or 13680645. OLE color: 13680645.
HSL color Cylindrical-coordinate representation of color #05C0D0: hue angle of 184.73º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05C0D0 is Cyan = 0.98, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 5 | 192 | 208 | - |
| CMYK | 0.98 | 0.08 | 0 | 0.18 |
| HSL | 184.73º | 0.95% | 0.42% | - |
| HSV(B) | 184.73º | 0.98% | 0.82% | - |
| XYZ | 30.3 | 42.29 | 66.24 | - |
| YUV | 137.91 | 167.55 | 33.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 192 | 208 | 0.98 | 0.08 | 0 | 0.18 | 184.73 | 0.95 | 0.42 |
| Hex | 5 | C0 | D0 | 62 | 8 | 0 | 12 | B9 | 5F | 2A |
| Octal | 5 | 300 | 320 | 142 | 10 | 0 | 22 | 271 | 137 | 52 |
| Binary | 101 | 11000000 | 11010000 | 1100010 | 1000 | 0 | 10010 | 10111001 | 1011111 | 101010 |
Color Harmonies of #05C0D0
Complementary color
Monochromatic Colors of #05C0D0
Black with #05C0D0
Text Example
Text Example
White with #05C0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C0D0; }
p { color: rgb(5,192,208); }
H1.HeaderClassName
{
color: #05C0D0;
}
.AnyTagClassName
{
color: #05C0D0;
}
</style>
background-color css
<style>
a { background-color: #05C0D0; }
a { background-color: rgb(5,192,208); }
div.DivClassName
{
background-color: #05C0D0;
}
.BgClassName
{
background-color: #05C0D0;
}
</style>
border-color css
<style>
span { border-color: #05C0D0; }
span { border-color: rgb(5,192,208); }
td.TdClassName
{
border-color: #05C0D0;
}
.TagClassName
{
border-color: #05C0D0;
}
</style>