Shades of Iris Blue #03AAE4
Tints of Iris Blue #03AAE4
RGB
CMYK
RGB Variations
Color information
#03AAE4 (or 0x03AAE4) is known color: Iris Blue. HEX triplet: 03, AA and E4. RGB value is (3,170,228). Sum of RGB (Red+Green+Blue) = 3+170+228=401 (53% of max value = 765). Red value is 3 (1.56% from 255 or 0.75% from 401); Green value is 170 (66.80% from 255 or 42.39% from 401); Blue value is 228 (89.45% from 255 or 56.86% from 401); Max value from RGB is 228 - color contains mainly: blue. Hex color #03AAE4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03AAE4 is #FC551B. Grayscale: #7E7E7E. Windows color (decimal): -16536860 or 14985731. OLE color: 14985731.
HSL color Cylindrical-coordinate representation of color #03AAE4: hue angle of 195.47º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03AAE4 is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 3 | 170 | 228 | - |
| CMYK | 0.99 | 0.25 | 0 | 0.11 |
| HSL | 195.47º | 0.97% | 0.45% | - |
| HSV(B) | 195.47º | 0.99% | 0.89% | - |
| XYZ | 28.42 | 34.37 | 78.54 | - |
| YUV | 126.68 | 185.17 | 39.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 170 | 228 | 0.99 | 0.25 | 0 | 0.11 | 195.47 | 0.97 | 0.45 |
| Hex | 3 | AA | E4 | 63 | 19 | 0 | B | C3 | 61 | 2D |
| Octal | 3 | 252 | 344 | 143 | 31 | 0 | 13 | 303 | 141 | 55 |
| Binary | 11 | 10101010 | 11100100 | 1100011 | 11001 | 0 | 1011 | 11000011 | 1100001 | 101101 |
Color Harmonies of #03AAE4
Complementary color
Monochromatic Colors of #03AAE4
Black with #03AAE4
Text Example
Text Example
White with #03AAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03AAE4; }
p { color: rgb(3,170,228); }
H1.HeaderClassName
{
color: #03AAE4;
}
.AnyTagClassName
{
color: #03AAE4;
}
</style>
background-color css
<style>
a { background-color: #03AAE4; }
a { background-color: rgb(3,170,228); }
div.DivClassName
{
background-color: #03AAE4;
}
.BgClassName
{
background-color: #03AAE4;
}
</style>
border-color css
<style>
span { border-color: #03AAE4; }
span { border-color: rgb(3,170,228); }
td.TdClassName
{
border-color: #03AAE4;
}
.TagClassName
{
border-color: #03AAE4;
}
</style>