Shades of Deep Sky Blue #03AAF6
Tints of Deep Sky Blue #03AAF6
RGB
CMYK
RGB Variations
Color information
#03AAF6 (or 0x03AAF6) is known color: Deep Sky Blue. HEX triplet: 03, AA and F6. RGB value is (3,170,246). Sum of RGB (Red+Green+Blue) = 3+170+246=419 (55% of max value = 765). Red value is 3 (1.56% from 255 or 0.72% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 246 (96.48% from 255 or 58.71% from 419); Max value from RGB is 246 - color contains mainly: blue. Hex color #03AAF6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #03AAF6 is #FC5509. Grayscale: #808080. Windows color (decimal): -16536842 or 16165379. OLE color: 16165379.
HSL color Cylindrical-coordinate representation of color #03AAF6: hue angle of 198.77º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03AAF6 is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 3 | 170 | 246 | - |
| CMYK | 0.99 | 0.31 | 0 | 0.04 |
| HSL | 198.77º | 0.98% | 0.49% | - |
| HSV(B) | 198.77º | 0.99% | 0.96% | - |
| XYZ | 31.05 | 35.42 | 92.39 | - |
| YUV | 128.73 | 194.17 | 38.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 170 | 246 | 0.99 | 0.31 | 0 | 0.04 | 198.77 | 0.98 | 0.49 |
| Hex | 3 | AA | F6 | 63 | 1F | 0 | 4 | C7 | 62 | 31 |
| Octal | 3 | 252 | 366 | 143 | 37 | 0 | 4 | 307 | 142 | 61 |
| Binary | 11 | 10101010 | 11110110 | 1100011 | 11111 | 0 | 100 | 11000111 | 1100010 | 110001 |
Color Harmonies of #03AAF6
Complementary color
Monochromatic Colors of #03AAF6
Black with #03AAF6
Text Example
Text Example
White with #03AAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03AAF6; }
p { color: rgb(3,170,246); }
H1.HeaderClassName
{
color: #03AAF6;
}
.AnyTagClassName
{
color: #03AAF6;
}
</style>
background-color css
<style>
a { background-color: #03AAF6; }
a { background-color: rgb(3,170,246); }
div.DivClassName
{
background-color: #03AAF6;
}
.BgClassName
{
background-color: #03AAF6;
}
</style>
border-color css
<style>
span { border-color: #03AAF6; }
span { border-color: rgb(3,170,246); }
td.TdClassName
{
border-color: #03AAF6;
}
.TagClassName
{
border-color: #03AAF6;
}
</style>