Shades of Iris Blue #0DB6B6
Tints of Iris Blue #0DB6B6
RGB
CMYK
RGB Variations
Color information
#0DB6B6 (or 0x0DB6B6) is known color: Iris Blue. HEX triplet: 0D, B6 and B6. RGB value is (13,182,182). Sum of RGB (Red+Green+Blue) = 13+182+182=377 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.45% from 377); Green value is 182 (71.48% from 255 or 48.28% from 377); Blue value is 182 (71.48% from 255 or 48.28% from 377); Max value from RGB is 182 - color contains mainly: green, blue. Hex color #0DB6B6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DB6B6 is #F24949. Grayscale: #838383. Windows color (decimal): -15878474 or 11974157. OLE color: 11974157.
HSL color Cylindrical-coordinate representation of color #0DB6B6: hue angle of 180º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB6B6 is Cyan = 0.93, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 13 | 182 | 182 | - |
| CMYK | 0.93 | 0 | 0 | 0.29 |
| HSL | 180º | 0.87% | 0.38% | - |
| HSV(B) | 180º | 0.93% | 0.71% | - |
| XYZ | 25.34 | 36.92 | 50.05 | - |
| YUV | 131.47 | 156.51 | 43.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 182 | 182 | 0.93 | 0 | 0 | 0.29 | 180 | 0.87 | 0.38 |
| Hex | D | B6 | B6 | 5D | 0 | 0 | 1D | B4 | 57 | 26 |
| Octal | 15 | 266 | 266 | 135 | 0 | 0 | 35 | 264 | 127 | 46 |
| Binary | 1101 | 10110110 | 10110110 | 1011101 | 0 | 0 | 11101 | 10110100 | 1010111 | 100110 |
Color Harmonies of #0DB6B6
Complementary color
Monochromatic Colors of #0DB6B6
Black with #0DB6B6
Text Example
Text Example
White with #0DB6B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB6B6; }
p { color: rgb(13,182,182); }
H1.HeaderClassName
{
color: #0DB6B6;
}
.AnyTagClassName
{
color: #0DB6B6;
}
</style>
background-color css
<style>
a { background-color: #0DB6B6; }
a { background-color: rgb(13,182,182); }
div.DivClassName
{
background-color: #0DB6B6;
}
.BgClassName
{
background-color: #0DB6B6;
}
</style>
border-color css
<style>
span { border-color: #0DB6B6; }
span { border-color: rgb(13,182,182); }
td.TdClassName
{
border-color: #0DB6B6;
}
.TagClassName
{
border-color: #0DB6B6;
}
</style>