Shades of Iris Blue #0AABBB
Tints of Iris Blue #0AABBB
RGB
CMYK
RGB Variations
Color information
#0AABBB (or 0x0AABBB) is known color: Iris Blue. HEX triplet: 0A, AB and BB. RGB value is (10,171,187). Sum of RGB (Red+Green+Blue) = 10+171+187=368 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.72% from 368); Green value is 171 (67.19% from 255 or 46.47% from 368); Blue value is 187 (73.44% from 255 or 50.82% from 368); Max value from RGB is 187 - color contains mainly: blue. Hex color #0AABBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AABBB is #F55444. Grayscale: #7C7C7C. Windows color (decimal): -16077893 or 12299018. OLE color: 12299018.
HSL color Cylindrical-coordinate representation of color #0AABBB: hue angle of 185.42º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AABBB is Cyan = 0.95, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 10 | 171 | 187 | - |
| CMYK | 0.95 | 0.09 | 0 | 0.27 |
| HSL | 185.42º | 0.9% | 0.39% | - |
| HSV(B) | 185.42º | 0.95% | 0.73% | - |
| XYZ | 23.66 | 32.78 | 52.09 | - |
| YUV | 124.69 | 163.16 | 46.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 171 | 187 | 0.95 | 0.09 | 0 | 0.27 | 185.42 | 0.9 | 0.39 |
| Hex | A | AB | BB | 5F | 9 | 0 | 1B | B9 | 5A | 27 |
| Octal | 12 | 253 | 273 | 137 | 11 | 0 | 33 | 271 | 132 | 47 |
| Binary | 1010 | 10101011 | 10111011 | 1011111 | 1001 | 0 | 11011 | 10111001 | 1011010 | 100111 |
Color Harmonies of #0AABBB
Complementary color
Monochromatic Colors of #0AABBB
Black with #0AABBB
Text Example
Text Example
White with #0AABBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AABBB; }
p { color: rgb(10,171,187); }
H1.HeaderClassName
{
color: #0AABBB;
}
.AnyTagClassName
{
color: #0AABBB;
}
</style>
background-color css
<style>
a { background-color: #0AABBB; }
a { background-color: rgb(10,171,187); }
div.DivClassName
{
background-color: #0AABBB;
}
.BgClassName
{
background-color: #0AABBB;
}
</style>
border-color css
<style>
span { border-color: #0AABBB; }
span { border-color: rgb(10,171,187); }
td.TdClassName
{
border-color: #0AABBB;
}
.TagClassName
{
border-color: #0AABBB;
}
</style>