Shades of Iris Blue #0DABD4
Tints of Iris Blue #0DABD4
RGB
CMYK
RGB Variations
Color information
#0DABD4 (or 0x0DABD4) is known color: Iris Blue. HEX triplet: 0D, AB and D4. RGB value is (13,171,212). Sum of RGB (Red+Green+Blue) = 13+171+212=396 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.28% from 396); Green value is 171 (67.19% from 255 or 43.18% from 396); Blue value is 212 (83.20% from 255 or 53.54% from 396); Max value from RGB is 212 - color contains mainly: blue. Hex color #0DABD4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DABD4 is #F2542B. Grayscale: #808080. Windows color (decimal): -15881260 or 13937421. OLE color: 13937421.
HSL color Cylindrical-coordinate representation of color #0DABD4: hue angle of 192.36º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DABD4 is Cyan = 0.94, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 13 | 171 | 212 | - |
| CMYK | 0.94 | 0.19 | 0 | 0.17 |
| HSL | 192.36º | 0.88% | 0.44% | - |
| HSV(B) | 192.36º | 0.94% | 0.83% | - |
| XYZ | 26.61 | 33.96 | 67.44 | - |
| YUV | 128.43 | 175.15 | 45.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 171 | 212 | 0.94 | 0.19 | 0 | 0.17 | 192.36 | 0.88 | 0.44 |
| Hex | D | AB | D4 | 5E | 13 | 0 | 11 | C0 | 58 | 2C |
| Octal | 15 | 253 | 324 | 136 | 23 | 0 | 21 | 300 | 130 | 54 |
| Binary | 1101 | 10101011 | 11010100 | 1011110 | 10011 | 0 | 10001 | 11000000 | 1011000 | 101100 |
Color Harmonies of #0DABD4
Complementary color
Monochromatic Colors of #0DABD4
Black with #0DABD4
Text Example
Text Example
White with #0DABD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DABD4; }
p { color: rgb(13,171,212); }
H1.HeaderClassName
{
color: #0DABD4;
}
.AnyTagClassName
{
color: #0DABD4;
}
</style>
background-color css
<style>
a { background-color: #0DABD4; }
a { background-color: rgb(13,171,212); }
div.DivClassName
{
background-color: #0DABD4;
}
.BgClassName
{
background-color: #0DABD4;
}
</style>
border-color css
<style>
span { border-color: #0DABD4; }
span { border-color: rgb(13,171,212); }
td.TdClassName
{
border-color: #0DABD4;
}
.TagClassName
{
border-color: #0DABD4;
}
</style>