Shades of Iris Blue #05AAE3
Tints of Iris Blue #05AAE3
RGB
CMYK
RGB Variations
Color information
#05AAE3 (or 0x05AAE3) is known color: Iris Blue. HEX triplet: 05, AA and E3. RGB value is (5,170,227). Sum of RGB (Red+Green+Blue) = 5+170+227=402 (53% of max value = 765). Red value is 5 (2.34% from 255 or 1.24% from 402); Green value is 170 (66.80% from 255 or 42.29% from 402); Blue value is 227 (89.06% from 255 or 56.47% from 402); Max value from RGB is 227 - color contains mainly: blue. Hex color #05AAE3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05AAE3 is #FA551C. Grayscale: #7E7E7E. Windows color (decimal): -16405789 or 14920197. OLE color: 14920197.
HSL color Cylindrical-coordinate representation of color #05AAE3: hue angle of 195.41º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05AAE3 is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 5 | 170 | 227 | - |
| CMYK | 0.98 | 0.25 | 0 | 0.11 |
| HSL | 195.41º | 0.96% | 0.45% | - |
| HSV(B) | 195.41º | 0.98% | 0.89% | - |
| XYZ | 28.3 | 34.33 | 77.81 | - |
| YUV | 127.16 | 184.34 | 40.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 170 | 227 | 0.98 | 0.25 | 0 | 0.11 | 195.41 | 0.96 | 0.45 |
| Hex | 5 | AA | E3 | 62 | 19 | 0 | B | C3 | 60 | 2D |
| Octal | 5 | 252 | 343 | 142 | 31 | 0 | 13 | 303 | 140 | 55 |
| Binary | 101 | 10101010 | 11100011 | 1100010 | 11001 | 0 | 1011 | 11000011 | 1100000 | 101101 |
Color Harmonies of #05AAE3
Complementary color
Monochromatic Colors of #05AAE3
Black with #05AAE3
Text Example
Text Example
White with #05AAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05AAE3; }
p { color: rgb(5,170,227); }
H1.HeaderClassName
{
color: #05AAE3;
}
.AnyTagClassName
{
color: #05AAE3;
}
</style>
background-color css
<style>
a { background-color: #05AAE3; }
a { background-color: rgb(5,170,227); }
div.DivClassName
{
background-color: #05AAE3;
}
.BgClassName
{
background-color: #05AAE3;
}
</style>
border-color css
<style>
span { border-color: #05AAE3; }
span { border-color: rgb(5,170,227); }
td.TdClassName
{
border-color: #05AAE3;
}
.TagClassName
{
border-color: #05AAE3;
}
</style>