Shades of Iris Blue #0DABE0
Tints of Iris Blue #0DABE0
RGB
CMYK
RGB Variations
Color information
#0DABE0 (or 0x0DABE0) is known color: Iris Blue. HEX triplet: 0D, AB and E0. RGB value is (13,171,224). Sum of RGB (Red+Green+Blue) = 13+171+224=408 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.19% from 408); Green value is 171 (67.19% from 255 or 41.91% from 408); Blue value is 224 (87.89% from 255 or 54.90% from 408); Max value from RGB is 224 - color contains mainly: blue. Hex color #0DABE0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DABE0 is #F2541F. Grayscale: #818181. Windows color (decimal): -15881248 or 14723853. OLE color: 14723853.
HSL color Cylindrical-coordinate representation of color #0DABE0: hue angle of 195.07º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DABE0 is Cyan = 0.94, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 13 | 171 | 224 | - |
| CMYK | 0.94 | 0.24 | 0 | 0.12 |
| HSL | 195.07º | 0.89% | 0.46% | - |
| HSV(B) | 195.07º | 0.94% | 0.88% | - |
| XYZ | 28.18 | 34.59 | 75.71 | - |
| YUV | 129.8 | 181.15 | 44.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 171 | 224 | 0.94 | 0.24 | 0 | 0.12 | 195.07 | 0.89 | 0.46 |
| Hex | D | AB | E0 | 5E | 18 | 0 | C | C3 | 59 | 2E |
| Octal | 15 | 253 | 340 | 136 | 30 | 0 | 14 | 303 | 131 | 56 |
| Binary | 1101 | 10101011 | 11100000 | 1011110 | 11000 | 0 | 1100 | 11000011 | 1011001 | 101110 |
Color Harmonies of #0DABE0
Complementary color
Monochromatic Colors of #0DABE0
Black with #0DABE0
Text Example
Text Example
White with #0DABE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DABE0; }
p { color: rgb(13,171,224); }
H1.HeaderClassName
{
color: #0DABE0;
}
.AnyTagClassName
{
color: #0DABE0;
}
</style>
background-color css
<style>
a { background-color: #0DABE0; }
a { background-color: rgb(13,171,224); }
div.DivClassName
{
background-color: #0DABE0;
}
.BgClassName
{
background-color: #0DABE0;
}
</style>
border-color css
<style>
span { border-color: #0DABE0; }
span { border-color: rgb(13,171,224); }
td.TdClassName
{
border-color: #0DABE0;
}
.TagClassName
{
border-color: #0DABE0;
}
</style>