Shades of Iris Blue #0AABCC
Tints of Iris Blue #0AABCC
RGB
CMYK
RGB Variations
Color information
#0AABCC (or 0x0AABCC) is known color: Iris Blue. HEX triplet: 0A, AB and CC. RGB value is (10,171,204). Sum of RGB (Red+Green+Blue) = 10+171+204=385 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.60% from 385); Green value is 171 (67.19% from 255 or 44.42% from 385); Blue value is 204 (80.08% from 255 or 52.99% from 385); Max value from RGB is 204 - color contains mainly: blue. Hex color #0AABCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AABCC is #F55433. Grayscale: #7E7E7E. Windows color (decimal): -16077876 or 13413130. OLE color: 13413130.
HSL color Cylindrical-coordinate representation of color #0AABCC: hue angle of 190.21º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AABCC is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 10 | 171 | 204 | - |
| CMYK | 0.95 | 0.16 | 0 | 0.2 |
| HSL | 190.21º | 0.91% | 0.42% | - |
| HSV(B) | 190.21º | 0.95% | 0.8% | - |
| XYZ | 25.59 | 33.55 | 62.25 | - |
| YUV | 126.62 | 171.66 | 44.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 171 | 204 | 0.95 | 0.16 | 0 | 0.2 | 190.21 | 0.91 | 0.42 |
| Hex | A | AB | CC | 5F | 10 | 0 | 14 | BE | 5B | 2A |
| Octal | 12 | 253 | 314 | 137 | 20 | 0 | 24 | 276 | 133 | 52 |
| Binary | 1010 | 10101011 | 11001100 | 1011111 | 10000 | 0 | 10100 | 10111110 | 1011011 | 101010 |
Color Harmonies of #0AABCC
Complementary color
Monochromatic Colors of #0AABCC
Black with #0AABCC
Text Example
Text Example
White with #0AABCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AABCC; }
p { color: rgb(10,171,204); }
H1.HeaderClassName
{
color: #0AABCC;
}
.AnyTagClassName
{
color: #0AABCC;
}
</style>
background-color css
<style>
a { background-color: #0AABCC; }
a { background-color: rgb(10,171,204); }
div.DivClassName
{
background-color: #0AABCC;
}
.BgClassName
{
background-color: #0AABCC;
}
</style>
border-color css
<style>
span { border-color: #0AABCC; }
span { border-color: rgb(10,171,204); }
td.TdClassName
{
border-color: #0AABCC;
}
.TagClassName
{
border-color: #0AABCC;
}
</style>