Shades of Iris Blue #0AAEC9
Tints of Iris Blue #0AAEC9
RGB
CMYK
RGB Variations
Color information
#0AAEC9 (or 0x0AAEC9) is known color: Iris Blue. HEX triplet: 0A, AE and C9. RGB value is (10,174,201). Sum of RGB (Red+Green+Blue) = 10+174+201=385 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.60% from 385); Green value is 174 (68.36% from 255 or 45.19% from 385); Blue value is 201 (78.91% from 255 or 52.21% from 385); Max value from RGB is 201 - color contains mainly: blue. Hex color #0AAEC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AAEC9 is #F55136. Grayscale: #7F7F7F. Windows color (decimal): -16077111 or 13217290. OLE color: 13217290.
HSL color Cylindrical-coordinate representation of color #0AAEC9: hue angle of 188.48º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AAEC9 is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 10 | 174 | 201 | - |
| CMYK | 0.95 | 0.13 | 0 | 0.21 |
| HSL | 188.48º | 0.91% | 0.41% | - |
| HSV(B) | 188.48º | 0.95% | 0.79% | - |
| XYZ | 25.8 | 34.55 | 60.57 | - |
| YUV | 128.04 | 169.17 | 43.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 174 | 201 | 0.95 | 0.13 | 0 | 0.21 | 188.48 | 0.91 | 0.41 |
| Hex | A | AE | C9 | 5F | D | 0 | 15 | BC | 5B | 29 |
| Octal | 12 | 256 | 311 | 137 | 15 | 0 | 25 | 274 | 133 | 51 |
| Binary | 1010 | 10101110 | 11001001 | 1011111 | 1101 | 0 | 10101 | 10111100 | 1011011 | 101001 |
Color Harmonies of #0AAEC9
Complementary color
Monochromatic Colors of #0AAEC9
Black with #0AAEC9
Text Example
Text Example
White with #0AAEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAEC9; }
p { color: rgb(10,174,201); }
H1.HeaderClassName
{
color: #0AAEC9;
}
.AnyTagClassName
{
color: #0AAEC9;
}
</style>
background-color css
<style>
a { background-color: #0AAEC9; }
a { background-color: rgb(10,174,201); }
div.DivClassName
{
background-color: #0AAEC9;
}
.BgClassName
{
background-color: #0AAEC9;
}
</style>
border-color css
<style>
span { border-color: #0AAEC9; }
span { border-color: rgb(10,174,201); }
td.TdClassName
{
border-color: #0AAEC9;
}
.TagClassName
{
border-color: #0AAEC9;
}
</style>