Shades of Iris Blue #0DC0CB
Tints of Iris Blue #0DC0CB
RGB
CMYK
RGB Variations
Color information
#0DC0CB (or 0x0DC0CB) is known color: Iris Blue. HEX triplet: 0D, C0 and CB. RGB value is (13,192,203). Sum of RGB (Red+Green+Blue) = 13+192+203=408 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.19% from 408); Green value is 192 (75.39% from 255 or 47.06% from 408); Blue value is 203 (79.69% from 255 or 49.75% from 408); Max value from RGB is 203 - color contains mainly: blue. Hex color #0DC0CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DC0CB is #F23F34. Grayscale: #8B8B8B. Windows color (decimal): -15875893 or 13352973. OLE color: 13352973.
HSL color Cylindrical-coordinate representation of color #0DC0CB: hue angle of 183.47º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DC0CB is Cyan = 0.94, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 13 | 192 | 203 | - |
| CMYK | 0.94 | 0.05 | 0 | 0.20 |
| HSL | 183.47º | 0.88% | 0.42% | - |
| HSV(B) | 183.47º | 0.94% | 0.8% | - |
| XYZ | 29.8 | 42.1 | 63.06 | - |
| YUV | 139.73 | 163.7 | 37.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 192 | 203 | 0.94 | 0.05 | 0 | 0.20 | 183.47 | 0.88 | 0.42 |
| Hex | D | C0 | CB | 5E | 5 | 0 | 14 | B7 | 58 | 2A |
| Octal | 15 | 300 | 313 | 136 | 5 | 0 | 24 | 267 | 130 | 52 |
| Binary | 1101 | 11000000 | 11001011 | 1011110 | 101 | 0 | 10100 | 10110111 | 1011000 | 101010 |
Color Harmonies of #0DC0CB
Complementary color
Monochromatic Colors of #0DC0CB
Black with #0DC0CB
Text Example
Text Example
White with #0DC0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC0CB; }
p { color: rgb(13,192,203); }
H1.HeaderClassName
{
color: #0DC0CB;
}
.AnyTagClassName
{
color: #0DC0CB;
}
</style>
background-color css
<style>
a { background-color: #0DC0CB; }
a { background-color: rgb(13,192,203); }
div.DivClassName
{
background-color: #0DC0CB;
}
.BgClassName
{
background-color: #0DC0CB;
}
</style>
border-color css
<style>
span { border-color: #0DC0CB; }
span { border-color: rgb(13,192,203); }
td.TdClassName
{
border-color: #0DC0CB;
}
.TagClassName
{
border-color: #0DC0CB;
}
</style>