Shades of Iris Blue #0AAEC5
Tints of Iris Blue #0AAEC5
RGB
CMYK
RGB Variations
Color information
#0AAEC5 (or 0x0AAEC5) is known color: Iris Blue. HEX triplet: 0A, AE and C5. RGB value is (10,174,197). Sum of RGB (Red+Green+Blue) = 10+174+197=381 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.62% from 381); Green value is 174 (68.36% from 255 or 45.67% from 381); Blue value is 197 (77.34% from 255 or 51.71% from 381); Max value from RGB is 197 - color contains mainly: blue. Hex color #0AAEC5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AAEC5 is #F5513A. Grayscale: #7F7F7F. Windows color (decimal): -16077115 or 12955146. OLE color: 12955146.
HSL color Cylindrical-coordinate representation of color #0AAEC5: hue angle of 187.38º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AAEC5 is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 10 | 174 | 197 | - |
| CMYK | 0.95 | 0.12 | 0 | 0.23 |
| HSL | 187.38º | 0.9% | 0.41% | - |
| HSV(B) | 187.38º | 0.95% | 0.77% | - |
| XYZ | 25.34 | 34.37 | 58.12 | - |
| YUV | 127.59 | 167.17 | 44.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 174 | 197 | 0.95 | 0.12 | 0 | 0.23 | 187.38 | 0.9 | 0.41 |
| Hex | A | AE | C5 | 5F | C | 0 | 17 | BB | 5A | 29 |
| Octal | 12 | 256 | 305 | 137 | 14 | 0 | 27 | 273 | 132 | 51 |
| Binary | 1010 | 10101110 | 11000101 | 1011111 | 1100 | 0 | 10111 | 10111011 | 1011010 | 101001 |
Color Harmonies of #0AAEC5
Complementary color
Monochromatic Colors of #0AAEC5
Black with #0AAEC5
Text Example
Text Example
White with #0AAEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAEC5; }
p { color: rgb(10,174,197); }
H1.HeaderClassName
{
color: #0AAEC5;
}
.AnyTagClassName
{
color: #0AAEC5;
}
</style>
background-color css
<style>
a { background-color: #0AAEC5; }
a { background-color: rgb(10,174,197); }
div.DivClassName
{
background-color: #0AAEC5;
}
.BgClassName
{
background-color: #0AAEC5;
}
</style>
border-color css
<style>
span { border-color: #0AAEC5; }
span { border-color: rgb(10,174,197); }
td.TdClassName
{
border-color: #0AAEC5;
}
.TagClassName
{
border-color: #0AAEC5;
}
</style>