Shades of Deep Sky Blue #03A9FE
Tints of Deep Sky Blue #03A9FE
RGB
CMYK
RGB Variations
Color information
#03A9FE (or 0x03A9FE) is known color: Deep Sky Blue. HEX triplet: 03, A9 and FE. RGB value is (3,169,254). Sum of RGB (Red+Green+Blue) = 3+169+254=426 (56% of max value = 765). Red value is 3 (1.56% from 255 or 0.70% from 426); Green value is 169 (66.41% from 255 or 39.67% from 426); Blue value is 254 (99.61% from 255 or 59.62% from 426); Max value from RGB is 254 - color contains mainly: blue. Hex color #03A9FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #03A9FE is #FC5601. Grayscale: #808080. Windows color (decimal): -16537090 or 16689411. OLE color: 16689411.
HSL color Cylindrical-coordinate representation of color #03A9FE: hue angle of 200.32º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03A9FE is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 169 | 254 | - |
| CMYK | 0.99 | 0.33 | 0 | 0.00 |
| HSL | 200.32º | 0.99% | 0.5% | - |
| HSV(B) | 200.32º | 0.99% | 1% | - |
| XYZ | 32.11 | 35.55 | 98.94 | - |
| YUV | 129.06 | 198.5 | 38.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 169 | 254 | 0.99 | 0.33 | 0 | 0.00 | 200.32 | 0.99 | 0.5 |
| Hex | 3 | A9 | FE | 63 | 21 | 0 | 0 | C8 | 63 | 32 |
| Octal | 3 | 251 | 376 | 143 | 41 | 0 | 0 | 310 | 143 | 62 |
| Binary | 11 | 10101001 | 11111110 | 1100011 | 100001 | 0 | 0 | 11001000 | 1100011 | 110010 |
Color Harmonies of #03A9FE
Complementary color
Monochromatic Colors of #03A9FE
Black with #03A9FE
Text Example
Text Example
White with #03A9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A9FE; }
p { color: rgb(3,169,254); }
H1.HeaderClassName
{
color: #03A9FE;
}
.AnyTagClassName
{
color: #03A9FE;
}
</style>
background-color css
<style>
a { background-color: #03A9FE; }
a { background-color: rgb(3,169,254); }
div.DivClassName
{
background-color: #03A9FE;
}
.BgClassName
{
background-color: #03A9FE;
}
</style>
border-color css
<style>
span { border-color: #03A9FE; }
span { border-color: rgb(3,169,254); }
td.TdClassName
{
border-color: #03A9FE;
}
.TagClassName
{
border-color: #03A9FE;
}
</style>