Shades of Deep Sky Blue #03AEE5
Tints of Deep Sky Blue #03AEE5
RGB
CMYK
RGB Variations
Color information
#03AEE5 (or 0x03AEE5) is known color: Deep Sky Blue. HEX triplet: 03, AE and E5. RGB value is (3,174,229). Sum of RGB (Red+Green+Blue) = 3+174+229=406 (53% of max value = 765). Red value is 3 (1.56% from 255 or 0.74% from 406); Green value is 174 (68.36% from 255 or 42.86% from 406); Blue value is 229 (89.84% from 255 or 56.40% from 406); Max value from RGB is 229 - color contains mainly: blue. Hex color #03AEE5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03AEE5 is #FC511A. Grayscale: #808080. Windows color (decimal): -16535835 or 15052291. OLE color: 15052291.
HSL color Cylindrical-coordinate representation of color #03AEE5: hue angle of 194.6º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03AEE5 is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 3 | 174 | 229 | - |
| CMYK | 0.99 | 0.24 | 0 | 0.10 |
| HSL | 194.6º | 0.97% | 0.45% | - |
| HSV(B) | 194.6º | 0.99% | 0.9% | - |
| XYZ | 29.32 | 35.95 | 79.52 | - |
| YUV | 129.14 | 184.35 | 38.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 174 | 229 | 0.99 | 0.24 | 0 | 0.10 | 194.6 | 0.97 | 0.45 |
| Hex | 3 | AE | E5 | 63 | 18 | 0 | A | C3 | 61 | 2D |
| Octal | 3 | 256 | 345 | 143 | 30 | 0 | 12 | 303 | 141 | 55 |
| Binary | 11 | 10101110 | 11100101 | 1100011 | 11000 | 0 | 1010 | 11000011 | 1100001 | 101101 |
Color Harmonies of #03AEE5
Complementary color
Monochromatic Colors of #03AEE5
Black with #03AEE5
Text Example
Text Example
White with #03AEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03AEE5; }
p { color: rgb(3,174,229); }
H1.HeaderClassName
{
color: #03AEE5;
}
.AnyTagClassName
{
color: #03AEE5;
}
</style>
background-color css
<style>
a { background-color: #03AEE5; }
a { background-color: rgb(3,174,229); }
div.DivClassName
{
background-color: #03AEE5;
}
.BgClassName
{
background-color: #03AEE5;
}
</style>
border-color css
<style>
span { border-color: #03AEE5; }
span { border-color: rgb(3,174,229); }
td.TdClassName
{
border-color: #03AEE5;
}
.TagClassName
{
border-color: #03AEE5;
}
</style>