Shades of Iris Blue #0AAEC8
Tints of Iris Blue #0AAEC8
RGB
CMYK
RGB Variations
Color information
#0AAEC8 (or 0x0AAEC8) is known color: Iris Blue. HEX triplet: 0A, AE and C8. RGB value is (10,174,200). Sum of RGB (Red+Green+Blue) = 10+174+200=384 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.60% from 384); Green value is 174 (68.36% from 255 or 45.31% from 384); Blue value is 200 (78.52% from 255 or 52.08% from 384); Max value from RGB is 200 - color contains mainly: blue. Hex color #0AAEC8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AAEC8 is #F55137. Grayscale: #7F7F7F. Windows color (decimal): -16077112 or 13151754. OLE color: 13151754.
HSL color Cylindrical-coordinate representation of color #0AAEC8: hue angle of 188.21º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AAEC8 is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 10 | 174 | 200 | - |
| CMYK | 0.95 | 0.13 | 0 | 0.22 |
| HSL | 188.21º | 0.9% | 0.41% | - |
| HSV(B) | 188.21º | 0.95% | 0.78% | - |
| XYZ | 25.69 | 34.51 | 59.95 | - |
| YUV | 127.93 | 168.67 | 43.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 174 | 200 | 0.95 | 0.13 | 0 | 0.22 | 188.21 | 0.9 | 0.41 |
| Hex | A | AE | C8 | 5F | D | 0 | 16 | BC | 5A | 29 |
| Octal | 12 | 256 | 310 | 137 | 15 | 0 | 26 | 274 | 132 | 51 |
| Binary | 1010 | 10101110 | 11001000 | 1011111 | 1101 | 0 | 10110 | 10111100 | 1011010 | 101001 |
Color Harmonies of #0AAEC8
Complementary color
Monochromatic Colors of #0AAEC8
Black with #0AAEC8
Text Example
Text Example
White with #0AAEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAEC8; }
p { color: rgb(10,174,200); }
H1.HeaderClassName
{
color: #0AAEC8;
}
.AnyTagClassName
{
color: #0AAEC8;
}
</style>
background-color css
<style>
a { background-color: #0AAEC8; }
a { background-color: rgb(10,174,200); }
div.DivClassName
{
background-color: #0AAEC8;
}
.BgClassName
{
background-color: #0AAEC8;
}
</style>
border-color css
<style>
span { border-color: #0AAEC8; }
span { border-color: rgb(10,174,200); }
td.TdClassName
{
border-color: #0AAEC8;
}
.TagClassName
{
border-color: #0AAEC8;
}
</style>