Shades of Iris Blue #0AABDD
Tints of Iris Blue #0AABDD
RGB
CMYK
RGB Variations
Color information
#0AABDD (or 0x0AABDD) is known color: Iris Blue. HEX triplet: 0A, AB and DD. RGB value is (10,171,221). Sum of RGB (Red+Green+Blue) = 10+171+221=402 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.49% from 402); Green value is 171 (67.19% from 255 or 42.54% from 402); Blue value is 221 (86.72% from 255 or 54.98% from 402); Max value from RGB is 221 - color contains mainly: blue. Hex color #0AABDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AABDD is #F55422. Grayscale: #808080. Windows color (decimal): -16077859 or 14527242. OLE color: 14527242.
HSL color Cylindrical-coordinate representation of color #0AABDD: hue angle of 194.22º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AABDD is Cyan = 0.95, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 171 | 221 | - |
| CMYK | 0.95 | 0.23 | 0 | 0.13 |
| HSL | 194.22º | 0.91% | 0.45% | - |
| HSV(B) | 194.22º | 0.95% | 0.87% | - |
| XYZ | 27.74 | 34.41 | 73.59 | - |
| YUV | 128.56 | 180.16 | 43.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 171 | 221 | 0.95 | 0.23 | 0 | 0.13 | 194.22 | 0.91 | 0.45 |
| Hex | A | AB | DD | 5F | 17 | 0 | D | C2 | 5B | 2D |
| Octal | 12 | 253 | 335 | 137 | 27 | 0 | 15 | 302 | 133 | 55 |
| Binary | 1010 | 10101011 | 11011101 | 1011111 | 10111 | 0 | 1101 | 11000010 | 1011011 | 101101 |
Color Harmonies of #0AABDD
Complementary color
Monochromatic Colors of #0AABDD
Black with #0AABDD
Text Example
Text Example
White with #0AABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AABDD; }
p { color: rgb(10,171,221); }
H1.HeaderClassName
{
color: #0AABDD;
}
.AnyTagClassName
{
color: #0AABDD;
}
</style>
background-color css
<style>
a { background-color: #0AABDD; }
a { background-color: rgb(10,171,221); }
div.DivClassName
{
background-color: #0AABDD;
}
.BgClassName
{
background-color: #0AABDD;
}
</style>
border-color css
<style>
span { border-color: #0AABDD; }
span { border-color: rgb(10,171,221); }
td.TdClassName
{
border-color: #0AABDD;
}
.TagClassName
{
border-color: #0AABDD;
}
</style>