Shades of Iris Blue #0DABDA
Tints of Iris Blue #0DABDA
RGB
CMYK
RGB Variations
Color information
#0DABDA (or 0x0DABDA) is known color: Iris Blue. HEX triplet: 0D, AB and DA. RGB value is (13,171,218). Sum of RGB (Red+Green+Blue) = 13+171+218=402 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.23% from 402); Green value is 171 (67.19% from 255 or 42.54% from 402); Blue value is 218 (85.55% from 255 or 54.23% from 402); Max value from RGB is 218 - color contains mainly: blue. Hex color #0DABDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DABDA is #F25425. Grayscale: #808080. Windows color (decimal): -15881254 or 14330637. OLE color: 14330637.
HSL color Cylindrical-coordinate representation of color #0DABDA: hue angle of 193.76º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DABDA is Cyan = 0.94, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 13 | 171 | 218 | - |
| CMYK | 0.94 | 0.22 | 0 | 0.15 |
| HSL | 193.76º | 0.89% | 0.45% | - |
| HSV(B) | 193.76º | 0.94% | 0.85% | - |
| XYZ | 27.38 | 34.27 | 71.5 | - |
| YUV | 129.12 | 178.15 | 45.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 171 | 218 | 0.94 | 0.22 | 0 | 0.15 | 193.76 | 0.89 | 0.45 |
| Hex | D | AB | DA | 5E | 16 | 0 | F | C2 | 59 | 2D |
| Octal | 15 | 253 | 332 | 136 | 26 | 0 | 17 | 302 | 131 | 55 |
| Binary | 1101 | 10101011 | 11011010 | 1011110 | 10110 | 0 | 1111 | 11000010 | 1011001 | 101101 |
Color Harmonies of #0DABDA
Complementary color
Monochromatic Colors of #0DABDA
Black with #0DABDA
Text Example
Text Example
White with #0DABDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DABDA; }
p { color: rgb(13,171,218); }
H1.HeaderClassName
{
color: #0DABDA;
}
.AnyTagClassName
{
color: #0DABDA;
}
</style>
background-color css
<style>
a { background-color: #0DABDA; }
a { background-color: rgb(13,171,218); }
div.DivClassName
{
background-color: #0DABDA;
}
.BgClassName
{
background-color: #0DABDA;
}
</style>
border-color css
<style>
span { border-color: #0DABDA; }
span { border-color: rgb(13,171,218); }
td.TdClassName
{
border-color: #0DABDA;
}
.TagClassName
{
border-color: #0DABDA;
}
</style>