Shades of Iris Blue #0AABDA
Tints of Iris Blue #0AABDA
RGB
CMYK
RGB Variations
Color information
#0AABDA (or 0x0AABDA) is known color: Iris Blue. HEX triplet: 0A, AB and DA. RGB value is (10,171,218). Sum of RGB (Red+Green+Blue) = 10+171+218=399 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.51% from 399); Green value is 171 (67.19% from 255 or 42.86% from 399); Blue value is 218 (85.55% from 255 or 54.64% from 399); Max value from RGB is 218 - color contains mainly: blue. Hex color #0AABDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AABDA is #F55425. Grayscale: #7F7F7F. Windows color (decimal): -16077862 or 14330634. OLE color: 14330634.
HSL color Cylindrical-coordinate representation of color #0AABDA: hue angle of 193.56º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AABDA is Cyan = 0.95, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 171 | 218 | - |
| CMYK | 0.95 | 0.22 | 0 | 0.15 |
| HSL | 193.56º | 0.91% | 0.45% | - |
| HSV(B) | 193.56º | 0.95% | 0.85% | - |
| XYZ | 27.34 | 34.25 | 71.5 | - |
| YUV | 128.22 | 178.66 | 43.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 171 | 218 | 0.95 | 0.22 | 0 | 0.15 | 193.56 | 0.91 | 0.45 |
| Hex | A | AB | DA | 5F | 16 | 0 | F | C2 | 5B | 2D |
| Octal | 12 | 253 | 332 | 137 | 26 | 0 | 17 | 302 | 133 | 55 |
| Binary | 1010 | 10101011 | 11011010 | 1011111 | 10110 | 0 | 1111 | 11000010 | 1011011 | 101101 |
Color Harmonies of #0AABDA
Complementary color
Monochromatic Colors of #0AABDA
Black with #0AABDA
Text Example
Text Example
White with #0AABDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AABDA; }
p { color: rgb(10,171,218); }
H1.HeaderClassName
{
color: #0AABDA;
}
.AnyTagClassName
{
color: #0AABDA;
}
</style>
background-color css
<style>
a { background-color: #0AABDA; }
a { background-color: rgb(10,171,218); }
div.DivClassName
{
background-color: #0AABDA;
}
.BgClassName
{
background-color: #0AABDA;
}
</style>
border-color css
<style>
span { border-color: #0AABDA; }
span { border-color: rgb(10,171,218); }
td.TdClassName
{
border-color: #0AABDA;
}
.TagClassName
{
border-color: #0AABDA;
}
</style>