Shades of Iris Blue #0AADE1
Tints of Iris Blue #0AADE1
RGB
CMYK
RGB Variations
Color information
#0AADE1 (or 0x0AADE1) is known color: Iris Blue. HEX triplet: 0A, AD and E1. RGB value is (10,173,225). Sum of RGB (Red+Green+Blue) = 10+173+225=408 (54% of max value = 765). Red value is 10 (4.30% from 255 or 2.45% from 408); Green value is 173 (67.97% from 255 or 42.40% from 408); Blue value is 225 (88.28% from 255 or 55.15% from 408); Max value from RGB is 225 - color contains mainly: blue. Hex color #0AADE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AADE1 is #F5521E. Grayscale: #818181. Windows color (decimal): -16077343 or 14789898. OLE color: 14789898.
HSL color Cylindrical-coordinate representation of color #0AADE1: hue angle of 194.51º 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 #0AADE1 is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 10 | 173 | 225 | - |
| CMYK | 0.96 | 0.23 | 0 | 0.12 |
| HSL | 194.51º | 0.91% | 0.46% | - |
| HSV(B) | 194.51º | 0.96% | 0.88% | - |
| XYZ | 28.66 | 35.39 | 76.55 | - |
| YUV | 130.19 | 181.5 | 42.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 173 | 225 | 0.96 | 0.23 | 0 | 0.12 | 194.51 | 0.91 | 0.46 |
| Hex | A | AD | E1 | 60 | 17 | 0 | C | C3 | 5B | 2E |
| Octal | 12 | 255 | 341 | 140 | 27 | 0 | 14 | 303 | 133 | 56 |
| Binary | 1010 | 10101101 | 11100001 | 1100000 | 10111 | 0 | 1100 | 11000011 | 1011011 | 101110 |
Color Harmonies of #0AADE1
Complementary color
Monochromatic Colors of #0AADE1
Black with #0AADE1
Text Example
Text Example
White with #0AADE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AADE1; }
p { color: rgb(10,173,225); }
H1.HeaderClassName
{
color: #0AADE1;
}
.AnyTagClassName
{
color: #0AADE1;
}
</style>
background-color css
<style>
a { background-color: #0AADE1; }
a { background-color: rgb(10,173,225); }
div.DivClassName
{
background-color: #0AADE1;
}
.BgClassName
{
background-color: #0AADE1;
}
</style>
border-color css
<style>
span { border-color: #0AADE1; }
span { border-color: rgb(10,173,225); }
td.TdClassName
{
border-color: #0AADE1;
}
.TagClassName
{
border-color: #0AADE1;
}
</style>