Shades of Iris Blue #0DABBD
Tints of Iris Blue #0DABBD
RGB
CMYK
RGB Variations
Color information
#0DABBD (or 0x0DABBD) is known color: Iris Blue. HEX triplet: 0D, AB and BD. RGB value is (13,171,189). Sum of RGB (Red+Green+Blue) = 13+171+189=373 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.49% from 373); Green value is 171 (67.19% from 255 or 45.84% from 373); Blue value is 189 (74.22% from 255 or 50.67% from 373); Max value from RGB is 189 - color contains mainly: blue. Hex color #0DABBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DABBD is #F25442. Grayscale: #7D7D7D. Windows color (decimal): -15881283 or 12430093. OLE color: 12430093.
HSL color Cylindrical-coordinate representation of color #0DABBD: hue angle of 186.14º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DABBD is Cyan = 0.93, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 171 | 189 | - |
| CMYK | 0.93 | 0.10 | 0 | 0.26 |
| HSL | 186.14º | 0.87% | 0.4% | - |
| HSV(B) | 186.14º | 0.93% | 0.74% | - |
| XYZ | 23.91 | 32.89 | 53.23 | - |
| YUV | 125.81 | 163.65 | 47.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 171 | 189 | 0.93 | 0.10 | 0 | 0.26 | 186.14 | 0.87 | 0.4 |
| Hex | D | AB | BD | 5D | A | 0 | 1A | BA | 57 | 28 |
| Octal | 15 | 253 | 275 | 135 | 12 | 0 | 32 | 272 | 127 | 50 |
| Binary | 1101 | 10101011 | 10111101 | 1011101 | 1010 | 0 | 11010 | 10111010 | 1010111 | 101000 |
Color Harmonies of #0DABBD
Complementary color
Monochromatic Colors of #0DABBD
Black with #0DABBD
Text Example
Text Example
White with #0DABBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DABBD; }
p { color: rgb(13,171,189); }
H1.HeaderClassName
{
color: #0DABBD;
}
.AnyTagClassName
{
color: #0DABBD;
}
</style>
background-color css
<style>
a { background-color: #0DABBD; }
a { background-color: rgb(13,171,189); }
div.DivClassName
{
background-color: #0DABBD;
}
.BgClassName
{
background-color: #0DABBD;
}
</style>
border-color css
<style>
span { border-color: #0DABBD; }
span { border-color: rgb(13,171,189); }
td.TdClassName
{
border-color: #0DABBD;
}
.TagClassName
{
border-color: #0DABBD;
}
</style>