Shades of Iris Blue #0DABC1
Tints of Iris Blue #0DABC1
RGB
CMYK
RGB Variations
Color information
#0DABC1 (or 0x0DABC1) is known color: Iris Blue. HEX triplet: 0D, AB and C1. RGB value is (13,171,193). Sum of RGB (Red+Green+Blue) = 13+171+193=377 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.45% from 377); Green value is 171 (67.19% from 255 or 45.36% from 377); Blue value is 193 (75.78% from 255 or 51.19% from 377); Max value from RGB is 193 - color contains mainly: blue. Hex color #0DABC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DABC1 is #F2543E. Grayscale: #7E7E7E. Windows color (decimal): -15881279 or 12692237. OLE color: 12692237.
HSL color Cylindrical-coordinate representation of color #0DABC1: hue angle of 187.33º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DABC1 is Cyan = 0.93, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 13 | 171 | 193 | - |
| CMYK | 0.93 | 0.11 | 0 | 0.24 |
| HSL | 187.33º | 0.87% | 0.4% | - |
| HSV(B) | 187.33º | 0.93% | 0.76% | - |
| XYZ | 24.35 | 33.06 | 55.55 | - |
| YUV | 126.27 | 165.65 | 47.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 171 | 193 | 0.93 | 0.11 | 0 | 0.24 | 187.33 | 0.87 | 0.4 |
| Hex | D | AB | C1 | 5D | B | 0 | 18 | BB | 57 | 28 |
| Octal | 15 | 253 | 301 | 135 | 13 | 0 | 30 | 273 | 127 | 50 |
| Binary | 1101 | 10101011 | 11000001 | 1011101 | 1011 | 0 | 11000 | 10111011 | 1010111 | 101000 |
Color Harmonies of #0DABC1
Complementary color
Monochromatic Colors of #0DABC1
Black with #0DABC1
Text Example
Text Example
White with #0DABC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DABC1; }
p { color: rgb(13,171,193); }
H1.HeaderClassName
{
color: #0DABC1;
}
.AnyTagClassName
{
color: #0DABC1;
}
</style>
background-color css
<style>
a { background-color: #0DABC1; }
a { background-color: rgb(13,171,193); }
div.DivClassName
{
background-color: #0DABC1;
}
.BgClassName
{
background-color: #0DABC1;
}
</style>
border-color css
<style>
span { border-color: #0DABC1; }
span { border-color: rgb(13,171,193); }
td.TdClassName
{
border-color: #0DABC1;
}
.TagClassName
{
border-color: #0DABC1;
}
</style>