Shades of Iris Blue #0AAADB
Tints of Iris Blue #0AAADB
RGB
CMYK
RGB Variations
Color information
#0AAADB (or 0x0AAADB) is known color: Iris Blue. HEX triplet: 0A, AA and DB. RGB value is (10,170,219). Sum of RGB (Red+Green+Blue) = 10+170+219=399 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.51% from 399); Green value is 170 (66.80% from 255 or 42.61% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #0AAADB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AAADB is #F55524. Grayscale: #7F7F7F. Windows color (decimal): -16078117 or 14395914. OLE color: 14395914.
HSL color Cylindrical-coordinate representation of color #0AAADB: hue angle of 194.07º 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 #0AAADB is Cyan = 0.95, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 10 | 170 | 219 | - |
| CMYK | 0.95 | 0.22 | 0 | 0.14 |
| HSL | 194.07º | 0.91% | 0.45% | - |
| HSV(B) | 194.07º | 0.95% | 0.86% | - |
| XYZ | 27.29 | 33.93 | 72.13 | - |
| YUV | 127.75 | 179.49 | 44.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 170 | 219 | 0.95 | 0.22 | 0 | 0.14 | 194.07 | 0.91 | 0.45 |
| Hex | A | AA | DB | 5F | 16 | 0 | E | C2 | 5B | 2D |
| Octal | 12 | 252 | 333 | 137 | 26 | 0 | 16 | 302 | 133 | 55 |
| Binary | 1010 | 10101010 | 11011011 | 1011111 | 10110 | 0 | 1110 | 11000010 | 1011011 | 101101 |
Color Harmonies of #0AAADB
Complementary color
Monochromatic Colors of #0AAADB
Black with #0AAADB
Text Example
Text Example
White with #0AAADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAADB; }
p { color: rgb(10,170,219); }
H1.HeaderClassName
{
color: #0AAADB;
}
.AnyTagClassName
{
color: #0AAADB;
}
</style>
background-color css
<style>
a { background-color: #0AAADB; }
a { background-color: rgb(10,170,219); }
div.DivClassName
{
background-color: #0AAADB;
}
.BgClassName
{
background-color: #0AAADB;
}
</style>
border-color css
<style>
span { border-color: #0AAADB; }
span { border-color: rgb(10,170,219); }
td.TdClassName
{
border-color: #0AAADB;
}
.TagClassName
{
border-color: #0AAADB;
}
</style>