Shades of Iris Blue #0AAEBC
Tints of Iris Blue #0AAEBC
RGB
CMYK
RGB Variations
Color information
#0AAEBC (or 0x0AAEBC) is known color: Iris Blue. HEX triplet: 0A, AE and BC. RGB value is (10,174,188). Sum of RGB (Red+Green+Blue) = 10+174+188=372 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.69% from 372); Green value is 174 (68.36% from 255 or 46.77% from 372); Blue value is 188 (73.83% from 255 or 50.54% from 372); Max value from RGB is 188 - color contains mainly: blue. Hex color #0AAEBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AAEBC is #F55143. Grayscale: #7E7E7E. Windows color (decimal): -16077124 or 12365322. OLE color: 12365322.
HSL color Cylindrical-coordinate representation of color #0AAEBC: hue angle of 184.72º 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 #0AAEBC is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 174 | 188 | - |
| CMYK | 0.95 | 0.07 | 0 | 0.26 |
| HSL | 184.72º | 0.9% | 0.39% | - |
| HSV(B) | 184.72º | 0.95% | 0.74% | - |
| XYZ | 24.34 | 33.97 | 52.85 | - |
| YUV | 126.56 | 162.67 | 44.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 174 | 188 | 0.95 | 0.07 | 0 | 0.26 | 184.72 | 0.9 | 0.39 |
| Hex | A | AE | BC | 5F | 7 | 0 | 1A | B9 | 5A | 27 |
| Octal | 12 | 256 | 274 | 137 | 7 | 0 | 32 | 271 | 132 | 47 |
| Binary | 1010 | 10101110 | 10111100 | 1011111 | 111 | 0 | 11010 | 10111001 | 1011010 | 100111 |
Color Harmonies of #0AAEBC
Complementary color
Monochromatic Colors of #0AAEBC
Black with #0AAEBC
Text Example
Text Example
White with #0AAEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAEBC; }
p { color: rgb(10,174,188); }
H1.HeaderClassName
{
color: #0AAEBC;
}
.AnyTagClassName
{
color: #0AAEBC;
}
</style>
background-color css
<style>
a { background-color: #0AAEBC; }
a { background-color: rgb(10,174,188); }
div.DivClassName
{
background-color: #0AAEBC;
}
.BgClassName
{
background-color: #0AAEBC;
}
</style>
border-color css
<style>
span { border-color: #0AAEBC; }
span { border-color: rgb(10,174,188); }
td.TdClassName
{
border-color: #0AAEBC;
}
.TagClassName
{
border-color: #0AAEBC;
}
</style>