Shades of Iris Blue #0AABBE
Tints of Iris Blue #0AABBE
RGB
CMYK
RGB Variations
Color information
#0AABBE (or 0x0AABBE) is known color: Iris Blue. HEX triplet: 0A, AB and BE. RGB value is (10,171,190). Sum of RGB (Red+Green+Blue) = 10+171+190=371 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.70% from 371); Green value is 171 (67.19% from 255 or 46.09% from 371); Blue value is 190 (74.61% from 255 or 51.21% from 371); Max value from RGB is 190 - color contains mainly: blue. Hex color #0AABBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AABBE is #F55441. Grayscale: #7C7C7C. Windows color (decimal): -16077890 or 12495626. OLE color: 12495626.
HSL color Cylindrical-coordinate representation of color #0AABBE: hue angle of 186.33º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AABBE is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 171 | 190 | - |
| CMYK | 0.95 | 0.10 | 0 | 0.25 |
| HSL | 186.33º | 0.9% | 0.39% | - |
| HSV(B) | 186.33º | 0.95% | 0.75% | - |
| XYZ | 23.98 | 32.91 | 53.8 | - |
| YUV | 125.03 | 164.66 | 45.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 171 | 190 | 0.95 | 0.10 | 0 | 0.25 | 186.33 | 0.9 | 0.39 |
| Hex | A | AB | BE | 5F | A | 0 | 19 | BA | 5A | 27 |
| Octal | 12 | 253 | 276 | 137 | 12 | 0 | 31 | 272 | 132 | 47 |
| Binary | 1010 | 10101011 | 10111110 | 1011111 | 1010 | 0 | 11001 | 10111010 | 1011010 | 100111 |
Color Harmonies of #0AABBE
Complementary color
Monochromatic Colors of #0AABBE
Black with #0AABBE
Text Example
Text Example
White with #0AABBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AABBE; }
p { color: rgb(10,171,190); }
H1.HeaderClassName
{
color: #0AABBE;
}
.AnyTagClassName
{
color: #0AABBE;
}
</style>
background-color css
<style>
a { background-color: #0AABBE; }
a { background-color: rgb(10,171,190); }
div.DivClassName
{
background-color: #0AABBE;
}
.BgClassName
{
background-color: #0AABBE;
}
</style>
border-color css
<style>
span { border-color: #0AABBE; }
span { border-color: rgb(10,171,190); }
td.TdClassName
{
border-color: #0AABBE;
}
.TagClassName
{
border-color: #0AABBE;
}
</style>