Shades of Iris Blue #0DABC2
Tints of Iris Blue #0DABC2
RGB
CMYK
RGB Variations
Color information
#0DABC2 (or 0x0DABC2) is known color: Iris Blue. HEX triplet: 0D, AB and C2. RGB value is (13,171,194). Sum of RGB (Red+Green+Blue) = 13+171+194=378 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.44% from 378); Green value is 171 (67.19% from 255 or 45.24% from 378); Blue value is 194 (76.17% from 255 or 51.32% from 378); Max value from RGB is 194 - color contains mainly: blue. Hex color #0DABC2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DABC2 is #F2543D. Grayscale: #7E7E7E. Windows color (decimal): -15881278 or 12757773. OLE color: 12757773.
HSL color Cylindrical-coordinate representation of color #0DABC2: hue angle of 187.62º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DABC2 is Cyan = 0.93, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 13 | 171 | 194 | - |
| CMYK | 0.93 | 0.12 | 0 | 0.24 |
| HSL | 187.62º | 0.87% | 0.41% | - |
| HSV(B) | 187.62º | 0.93% | 0.76% | - |
| XYZ | 24.47 | 33.11 | 56.14 | - |
| YUV | 126.38 | 166.15 | 47.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 171 | 194 | 0.93 | 0.12 | 0 | 0.24 | 187.62 | 0.87 | 0.41 |
| Hex | D | AB | C2 | 5D | C | 0 | 18 | BC | 57 | 29 |
| Octal | 15 | 253 | 302 | 135 | 14 | 0 | 30 | 274 | 127 | 51 |
| Binary | 1101 | 10101011 | 11000010 | 1011101 | 1100 | 0 | 11000 | 10111100 | 1010111 | 101001 |
Color Harmonies of #0DABC2
Complementary color
Monochromatic Colors of #0DABC2
Black with #0DABC2
Text Example
Text Example
White with #0DABC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DABC2; }
p { color: rgb(13,171,194); }
H1.HeaderClassName
{
color: #0DABC2;
}
.AnyTagClassName
{
color: #0DABC2;
}
</style>
background-color css
<style>
a { background-color: #0DABC2; }
a { background-color: rgb(13,171,194); }
div.DivClassName
{
background-color: #0DABC2;
}
.BgClassName
{
background-color: #0DABC2;
}
</style>
border-color css
<style>
span { border-color: #0DABC2; }
span { border-color: rgb(13,171,194); }
td.TdClassName
{
border-color: #0DABC2;
}
.TagClassName
{
border-color: #0DABC2;
}
</style>