Shades of Iris Blue #0AABDC
Tints of Iris Blue #0AABDC
RGB
CMYK
RGB Variations
Color information
#0AABDC (or 0x0AABDC) is known color: Iris Blue. HEX triplet: 0A, AB and DC. RGB value is (10,171,220). Sum of RGB (Red+Green+Blue) = 10+171+220=401 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.49% from 401); Green value is 171 (67.19% from 255 or 42.64% from 401); Blue value is 220 (86.33% from 255 or 54.86% from 401); Max value from RGB is 220 - color contains mainly: blue. Hex color #0AABDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AABDC is #F55423. Grayscale: #808080. Windows color (decimal): -16077860 or 14461706. OLE color: 14461706.
HSL color Cylindrical-coordinate representation of color #0AABDC: hue angle of 194º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AABDC is Cyan = 0.95, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 10 | 171 | 220 | - |
| CMYK | 0.95 | 0.22 | 0 | 0.14 |
| HSL | 194º | 0.91% | 0.45% | - |
| HSV(B) | 194º | 0.95% | 0.86% | - |
| XYZ | 27.61 | 34.36 | 72.89 | - |
| YUV | 128.45 | 179.66 | 43.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 171 | 220 | 0.95 | 0.22 | 0 | 0.14 | 194 | 0.91 | 0.45 |
| Hex | A | AB | DC | 5F | 16 | 0 | E | C2 | 5B | 2D |
| Octal | 12 | 253 | 334 | 137 | 26 | 0 | 16 | 302 | 133 | 55 |
| Binary | 1010 | 10101011 | 11011100 | 1011111 | 10110 | 0 | 1110 | 11000010 | 1011011 | 101101 |
Color Harmonies of #0AABDC
Complementary color
Monochromatic Colors of #0AABDC
Black with #0AABDC
Text Example
Text Example
White with #0AABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AABDC; }
p { color: rgb(10,171,220); }
H1.HeaderClassName
{
color: #0AABDC;
}
.AnyTagClassName
{
color: #0AABDC;
}
</style>
background-color css
<style>
a { background-color: #0AABDC; }
a { background-color: rgb(10,171,220); }
div.DivClassName
{
background-color: #0AABDC;
}
.BgClassName
{
background-color: #0AABDC;
}
</style>
border-color css
<style>
span { border-color: #0AABDC; }
span { border-color: rgb(10,171,220); }
td.TdClassName
{
border-color: #0AABDC;
}
.TagClassName
{
border-color: #0AABDC;
}
</style>