Shades of Iris Blue #0DB6CE
Tints of Iris Blue #0DB6CE
RGB
CMYK
RGB Variations
Color information
#0DB6CE (or 0x0DB6CE) is known color: Iris Blue. HEX triplet: 0D, B6 and CE. RGB value is (13,182,206). Sum of RGB (Red+Green+Blue) = 13+182+206=401 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.24% from 401); Green value is 182 (71.48% from 255 or 45.39% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #0DB6CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DB6CE is #F24931. Grayscale: #858585. Windows color (decimal): -15878450 or 13547021. OLE color: 13547021.
HSL color Cylindrical-coordinate representation of color #0DB6CE: hue angle of 187.46º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DB6CE is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 13 | 182 | 206 | - |
| CMYK | 0.94 | 0.12 | 0 | 0.19 |
| HSL | 187.46º | 0.88% | 0.43% | - |
| HSV(B) | 187.46º | 0.94% | 0.81% | - |
| XYZ | 28.03 | 38 | 64.25 | - |
| YUV | 134.21 | 168.51 | 41.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 182 | 206 | 0.94 | 0.12 | 0 | 0.19 | 187.46 | 0.88 | 0.43 |
| Hex | D | B6 | CE | 5E | C | 0 | 13 | BB | 58 | 2B |
| Octal | 15 | 266 | 316 | 136 | 14 | 0 | 23 | 273 | 130 | 53 |
| Binary | 1101 | 10110110 | 11001110 | 1011110 | 1100 | 0 | 10011 | 10111011 | 1011000 | 101011 |
Color Harmonies of #0DB6CE
Complementary color
Monochromatic Colors of #0DB6CE
Black with #0DB6CE
Text Example
Text Example
White with #0DB6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB6CE; }
p { color: rgb(13,182,206); }
H1.HeaderClassName
{
color: #0DB6CE;
}
.AnyTagClassName
{
color: #0DB6CE;
}
</style>
background-color css
<style>
a { background-color: #0DB6CE; }
a { background-color: rgb(13,182,206); }
div.DivClassName
{
background-color: #0DB6CE;
}
.BgClassName
{
background-color: #0DB6CE;
}
</style>
border-color css
<style>
span { border-color: #0DB6CE; }
span { border-color: rgb(13,182,206); }
td.TdClassName
{
border-color: #0DB6CE;
}
.TagClassName
{
border-color: #0DB6CE;
}
</style>