Shades of Iris Blue #0AABBC
Tints of Iris Blue #0AABBC
RGB
CMYK
RGB Variations
Color information
#0AABBC (or 0x0AABBC) is known color: Iris Blue. HEX triplet: 0A, AB and BC. RGB value is (10,171,188). Sum of RGB (Red+Green+Blue) = 10+171+188=369 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.71% from 369); Green value is 171 (67.19% from 255 or 46.34% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #0AABBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AABBC is #F55443. Grayscale: #7C7C7C. Windows color (decimal): -16077892 or 12364554. OLE color: 12364554.
HSL color Cylindrical-coordinate representation of color #0AABBC: hue angle of 185.73º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AABBC is Cyan = 0.95, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 171 | 188 | - |
| CMYK | 0.95 | 0.09 | 0 | 0.26 |
| HSL | 185.73º | 0.9% | 0.39% | - |
| HSV(B) | 185.73º | 0.95% | 0.74% | - |
| XYZ | 23.77 | 32.82 | 52.66 | - |
| YUV | 124.8 | 163.66 | 46.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 171 | 188 | 0.95 | 0.09 | 0 | 0.26 | 185.73 | 0.9 | 0.39 |
| Hex | A | AB | BC | 5F | 9 | 0 | 1A | BA | 5A | 27 |
| Octal | 12 | 253 | 274 | 137 | 11 | 0 | 32 | 272 | 132 | 47 |
| Binary | 1010 | 10101011 | 10111100 | 1011111 | 1001 | 0 | 11010 | 10111010 | 1011010 | 100111 |
Color Harmonies of #0AABBC
Complementary color
Monochromatic Colors of #0AABBC
Black with #0AABBC
Text Example
Text Example
White with #0AABBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AABBC; }
p { color: rgb(10,171,188); }
H1.HeaderClassName
{
color: #0AABBC;
}
.AnyTagClassName
{
color: #0AABBC;
}
</style>
background-color css
<style>
a { background-color: #0AABBC; }
a { background-color: rgb(10,171,188); }
div.DivClassName
{
background-color: #0AABBC;
}
.BgClassName
{
background-color: #0AABBC;
}
</style>
border-color css
<style>
span { border-color: #0AABBC; }
span { border-color: rgb(10,171,188); }
td.TdClassName
{
border-color: #0AABBC;
}
.TagClassName
{
border-color: #0AABBC;
}
</style>