Shades of Iris Blue #0AAEE1
Tints of Iris Blue #0AAEE1
RGB
CMYK
RGB Variations
Color information
#0AAEE1 (or 0x0AAEE1) is known color: Iris Blue. HEX triplet: 0A, AE and E1. RGB value is (10,174,225). Sum of RGB (Red+Green+Blue) = 10+174+225=409 (54% of max value = 765). Red value is 10 (4.30% from 255 or 2.44% from 409); Green value is 174 (68.36% from 255 or 42.54% from 409); Blue value is 225 (88.28% from 255 or 55.01% from 409); Max value from RGB is 225 - color contains mainly: blue. Hex color #0AAEE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AAEE1 is #F5511E. Grayscale: #828282. Windows color (decimal): -16077087 or 14790154. OLE color: 14790154.
HSL color Cylindrical-coordinate representation of color #0AAEE1: hue angle of 194.23º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AAEE1 is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 10 | 174 | 225 | - |
| CMYK | 0.96 | 0.23 | 0 | 0.12 |
| HSL | 194.23º | 0.91% | 0.46% | - |
| HSV(B) | 194.23º | 0.96% | 0.88% | - |
| XYZ | 28.85 | 35.77 | 76.62 | - |
| YUV | 130.78 | 181.17 | 41.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 174 | 225 | 0.96 | 0.23 | 0 | 0.12 | 194.23 | 0.91 | 0.46 |
| Hex | A | AE | E1 | 60 | 17 | 0 | C | C2 | 5B | 2E |
| Octal | 12 | 256 | 341 | 140 | 27 | 0 | 14 | 302 | 133 | 56 |
| Binary | 1010 | 10101110 | 11100001 | 1100000 | 10111 | 0 | 1100 | 11000010 | 1011011 | 101110 |
Color Harmonies of #0AAEE1
Complementary color
Monochromatic Colors of #0AAEE1
Black with #0AAEE1
Text Example
Text Example
White with #0AAEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAEE1; }
p { color: rgb(10,174,225); }
H1.HeaderClassName
{
color: #0AAEE1;
}
.AnyTagClassName
{
color: #0AAEE1;
}
</style>
background-color css
<style>
a { background-color: #0AAEE1; }
a { background-color: rgb(10,174,225); }
div.DivClassName
{
background-color: #0AAEE1;
}
.BgClassName
{
background-color: #0AAEE1;
}
</style>
border-color css
<style>
span { border-color: #0AAEE1; }
span { border-color: rgb(10,174,225); }
td.TdClassName
{
border-color: #0AAEE1;
}
.TagClassName
{
border-color: #0AAEE1;
}
</style>