Shades of Deep Sky Blue #05A3FE
Tints of Deep Sky Blue #05A3FE
RGB
CMYK
RGB Variations
Color information
#05A3FE (or 0x05A3FE) is known color: Deep Sky Blue. HEX triplet: 05, A3 and FE. RGB value is (5,163,254). Sum of RGB (Red+Green+Blue) = 5+163+254=422 (55% of max value = 765). Red value is 5 (2.34% from 255 or 1.18% from 422); Green value is 163 (64.06% from 255 or 38.63% from 422); Blue value is 254 (99.61% from 255 or 60.19% from 422); Max value from RGB is 254 - color contains mainly: blue. Hex color #05A3FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #05A3FE is #FA5C01. Grayscale: #7D7D7D. Windows color (decimal): -16407554 or 16687877. OLE color: 16687877.
HSL color Cylindrical-coordinate representation of color #05A3FE: hue angle of 201.93º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05A3FE is Cyan = 0.98, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 5 | 163 | 254 | - |
| CMYK | 0.98 | 0.36 | 0 | 0.00 |
| HSL | 201.93º | 0.99% | 0.51% | - |
| HSV(B) | 201.93º | 0.98% | 1% | - |
| XYZ | 31.05 | 33.38 | 98.57 | - |
| YUV | 126.13 | 200.15 | 41.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 163 | 254 | 0.98 | 0.36 | 0 | 0.00 | 201.93 | 0.99 | 0.51 |
| Hex | 5 | A3 | FE | 62 | 24 | 0 | 0 | CA | 63 | 33 |
| Octal | 5 | 243 | 376 | 142 | 44 | 0 | 0 | 312 | 143 | 63 |
| Binary | 101 | 10100011 | 11111110 | 1100010 | 100100 | 0 | 0 | 11001010 | 1100011 | 110011 |
Color Harmonies of #05A3FE
Complementary color
Monochromatic Colors of #05A3FE
Black with #05A3FE
Text Example
Text Example
White with #05A3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A3FE; }
p { color: rgb(5,163,254); }
H1.HeaderClassName
{
color: #05A3FE;
}
.AnyTagClassName
{
color: #05A3FE;
}
</style>
background-color css
<style>
a { background-color: #05A3FE; }
a { background-color: rgb(5,163,254); }
div.DivClassName
{
background-color: #05A3FE;
}
.BgClassName
{
background-color: #05A3FE;
}
</style>
border-color css
<style>
span { border-color: #05A3FE; }
span { border-color: rgb(5,163,254); }
td.TdClassName
{
border-color: #05A3FE;
}
.TagClassName
{
border-color: #05A3FE;
}
</style>