Shades of Iris Blue #0AAEDB
Tints of Iris Blue #0AAEDB
RGB
CMYK
RGB Variations
Color information
#0AAEDB (or 0x0AAEDB) is known color: Iris Blue. HEX triplet: 0A, AE and DB. RGB value is (10,174,219). Sum of RGB (Red+Green+Blue) = 10+174+219=403 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.48% from 403); Green value is 174 (68.36% from 255 or 43.18% from 403); Blue value is 219 (85.94% from 255 or 54.34% from 403); Max value from RGB is 219 - color contains mainly: blue. Hex color #0AAEDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AAEDB is #F55124. Grayscale: #818181. Windows color (decimal): -16077093 or 14396938. OLE color: 14396938.
HSL color Cylindrical-coordinate representation of color #0AAEDB: hue angle of 192.92º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AAEDB is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 10 | 174 | 219 | - |
| CMYK | 0.95 | 0.21 | 0 | 0.14 |
| HSL | 192.92º | 0.91% | 0.45% | - |
| HSV(B) | 192.92º | 0.95% | 0.86% | - |
| XYZ | 28.05 | 35.45 | 72.38 | - |
| YUV | 130.09 | 178.17 | 42.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 174 | 219 | 0.95 | 0.21 | 0 | 0.14 | 192.92 | 0.91 | 0.45 |
| Hex | A | AE | DB | 5F | 15 | 0 | E | C1 | 5B | 2D |
| Octal | 12 | 256 | 333 | 137 | 25 | 0 | 16 | 301 | 133 | 55 |
| Binary | 1010 | 10101110 | 11011011 | 1011111 | 10101 | 0 | 1110 | 11000001 | 1011011 | 101101 |
Color Harmonies of #0AAEDB
Complementary color
Monochromatic Colors of #0AAEDB
Black with #0AAEDB
Text Example
Text Example
White with #0AAEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAEDB; }
p { color: rgb(10,174,219); }
H1.HeaderClassName
{
color: #0AAEDB;
}
.AnyTagClassName
{
color: #0AAEDB;
}
</style>
background-color css
<style>
a { background-color: #0AAEDB; }
a { background-color: rgb(10,174,219); }
div.DivClassName
{
background-color: #0AAEDB;
}
.BgClassName
{
background-color: #0AAEDB;
}
</style>
border-color css
<style>
span { border-color: #0AAEDB; }
span { border-color: rgb(10,174,219); }
td.TdClassName
{
border-color: #0AAEDB;
}
.TagClassName
{
border-color: #0AAEDB;
}
</style>