Shades of Iris Blue #0AABDB
Tints of Iris Blue #0AABDB
RGB
CMYK
RGB Variations
Color information
#0AABDB (or 0x0AABDB) is known color: Iris Blue. HEX triplet: 0A, AB and DB. RGB value is (10,171,219). Sum of RGB (Red+Green+Blue) = 10+171+219=400 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.5% from 400); Green value is 171 (67.19% from 255 or 42.75% from 400); Blue value is 219 (85.94% from 255 or 54.75% from 400); Max value from RGB is 219 - color contains mainly: blue. Hex color #0AABDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AABDB is #F55424. Grayscale: #7F7F7F. Windows color (decimal): -16077861 or 14396170. OLE color: 14396170.
HSL color Cylindrical-coordinate representation of color #0AABDB: hue angle of 193.78º 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 #0AABDB is Cyan = 0.95, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 10 | 171 | 219 | - |
| CMYK | 0.95 | 0.22 | 0 | 0.14 |
| HSL | 193.78º | 0.91% | 0.45% | - |
| HSV(B) | 193.78º | 0.95% | 0.86% | - |
| XYZ | 27.47 | 34.3 | 72.19 | - |
| YUV | 128.33 | 179.16 | 43.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 171 | 219 | 0.95 | 0.22 | 0 | 0.14 | 193.78 | 0.91 | 0.45 |
| Hex | A | AB | DB | 5F | 16 | 0 | E | C2 | 5B | 2D |
| Octal | 12 | 253 | 333 | 137 | 26 | 0 | 16 | 302 | 133 | 55 |
| Binary | 1010 | 10101011 | 11011011 | 1011111 | 10110 | 0 | 1110 | 11000010 | 1011011 | 101101 |
Color Harmonies of #0AABDB
Complementary color
Monochromatic Colors of #0AABDB
Black with #0AABDB
Text Example
Text Example
White with #0AABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AABDB; }
p { color: rgb(10,171,219); }
H1.HeaderClassName
{
color: #0AABDB;
}
.AnyTagClassName
{
color: #0AABDB;
}
</style>
background-color css
<style>
a { background-color: #0AABDB; }
a { background-color: rgb(10,171,219); }
div.DivClassName
{
background-color: #0AABDB;
}
.BgClassName
{
background-color: #0AABDB;
}
</style>
border-color css
<style>
span { border-color: #0AABDB; }
span { border-color: rgb(10,171,219); }
td.TdClassName
{
border-color: #0AABDB;
}
.TagClassName
{
border-color: #0AABDB;
}
</style>