Shades of Iris Blue #0AAEC0
Tints of Iris Blue #0AAEC0
RGB
CMYK
RGB Variations
Color information
#0AAEC0 (or 0x0AAEC0) is known color: Iris Blue. HEX triplet: 0A, AE and C0. RGB value is (10,174,192). Sum of RGB (Red+Green+Blue) = 10+174+192=376 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.66% from 376); Green value is 174 (68.36% from 255 or 46.28% from 376); Blue value is 192 (75.39% from 255 or 51.06% from 376); Max value from RGB is 192 - color contains mainly: blue. Hex color #0AAEC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AAEC0 is #F5513F. Grayscale: #7E7E7E. Windows color (decimal): -16077120 or 12627466. OLE color: 12627466.
HSL color Cylindrical-coordinate representation of color #0AAEC0: hue angle of 185.93º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AAEC0 is Cyan = 0.95, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 174 | 192 | - |
| CMYK | 0.95 | 0.09 | 0 | 0.25 |
| HSL | 185.93º | 0.9% | 0.4% | - |
| HSV(B) | 185.93º | 0.95% | 0.75% | - |
| XYZ | 24.78 | 34.14 | 55.15 | - |
| YUV | 127.02 | 164.67 | 44.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 174 | 192 | 0.95 | 0.09 | 0 | 0.25 | 185.93 | 0.9 | 0.4 |
| Hex | A | AE | C0 | 5F | 9 | 0 | 19 | BA | 5A | 28 |
| Octal | 12 | 256 | 300 | 137 | 11 | 0 | 31 | 272 | 132 | 50 |
| Binary | 1010 | 10101110 | 11000000 | 1011111 | 1001 | 0 | 11001 | 10111010 | 1011010 | 101000 |
Color Harmonies of #0AAEC0
Complementary color
Monochromatic Colors of #0AAEC0
Black with #0AAEC0
Text Example
Text Example
White with #0AAEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAEC0; }
p { color: rgb(10,174,192); }
H1.HeaderClassName
{
color: #0AAEC0;
}
.AnyTagClassName
{
color: #0AAEC0;
}
</style>
background-color css
<style>
a { background-color: #0AAEC0; }
a { background-color: rgb(10,174,192); }
div.DivClassName
{
background-color: #0AAEC0;
}
.BgClassName
{
background-color: #0AAEC0;
}
</style>
border-color css
<style>
span { border-color: #0AAEC0; }
span { border-color: rgb(10,174,192); }
td.TdClassName
{
border-color: #0AAEC0;
}
.TagClassName
{
border-color: #0AAEC0;
}
</style>