Shades of Iris Blue #0DC1CB
Tints of Iris Blue #0DC1CB
RGB
CMYK
RGB Variations
Color information
#0DC1CB (or 0x0DC1CB) is known color: Iris Blue. HEX triplet: 0D, C1 and CB. RGB value is (13,193,203). Sum of RGB (Red+Green+Blue) = 13+193+203=409 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.18% from 409); Green value is 193 (75.78% from 255 or 47.19% from 409); Blue value is 203 (79.69% from 255 or 49.63% from 409); Max value from RGB is 203 - color contains mainly: blue. Hex color #0DC1CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DC1CB is #F23E34. Grayscale: #8C8C8C. Windows color (decimal): -15875637 or 13353229. OLE color: 13353229.
HSL color Cylindrical-coordinate representation of color #0DC1CB: hue angle of 183.16º 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 #0DC1CB is Cyan = 0.94, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 13 | 193 | 203 | - |
| CMYK | 0.94 | 0.05 | 0 | 0.20 |
| HSL | 183.16º | 0.88% | 0.42% | - |
| HSV(B) | 183.16º | 0.94% | 0.8% | - |
| XYZ | 30.02 | 42.54 | 63.13 | - |
| YUV | 140.32 | 163.37 | 37.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 193 | 203 | 0.94 | 0.05 | 0 | 0.20 | 183.16 | 0.88 | 0.42 |
| Hex | D | C1 | CB | 5E | 5 | 0 | 14 | B7 | 58 | 2A |
| Octal | 15 | 301 | 313 | 136 | 5 | 0 | 24 | 267 | 130 | 52 |
| Binary | 1101 | 11000001 | 11001011 | 1011110 | 101 | 0 | 10100 | 10110111 | 1011000 | 101010 |
Color Harmonies of #0DC1CB
Complementary color
Monochromatic Colors of #0DC1CB
Black with #0DC1CB
Text Example
Text Example
White with #0DC1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC1CB; }
p { color: rgb(13,193,203); }
H1.HeaderClassName
{
color: #0DC1CB;
}
.AnyTagClassName
{
color: #0DC1CB;
}
</style>
background-color css
<style>
a { background-color: #0DC1CB; }
a { background-color: rgb(13,193,203); }
div.DivClassName
{
background-color: #0DC1CB;
}
.BgClassName
{
background-color: #0DC1CB;
}
</style>
border-color css
<style>
span { border-color: #0DC1CB; }
span { border-color: rgb(13,193,203); }
td.TdClassName
{
border-color: #0DC1CB;
}
.TagClassName
{
border-color: #0DC1CB;
}
</style>