Shades of Deep Sky Blue #05A3FD
Tints of Deep Sky Blue #05A3FD
RGB
CMYK
RGB Variations
Color information
#05A3FD (or 0x05A3FD) is known color: Deep Sky Blue. HEX triplet: 05, A3 and FD. RGB value is (5,163,253). Sum of RGB (Red+Green+Blue) = 5+163+253=421 (55% of max value = 765). Red value is 5 (2.34% from 255 or 1.19% from 421); Green value is 163 (64.06% from 255 or 38.72% from 421); Blue value is 253 (99.22% from 255 or 60.10% from 421); Max value from RGB is 253 - color contains mainly: blue. Hex color #05A3FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #05A3FD is #FA5C02. Grayscale: #7D7D7D. Windows color (decimal): -16407555 or 16622341. OLE color: 16622341.
HSL color Cylindrical-coordinate representation of color #05A3FD: hue angle of 201.77º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05A3FD is Cyan = 0.98, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 163 | 253 | - |
| CMYK | 0.98 | 0.36 | 0 | 0.01 |
| HSL | 201.77º | 0.98% | 0.51% | - |
| HSV(B) | 201.77º | 0.98% | 0.99% | - |
| XYZ | 30.89 | 33.32 | 97.73 | - |
| YUV | 126.02 | 199.65 | 41.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 163 | 253 | 0.98 | 0.36 | 0 | 0.01 | 201.77 | 0.98 | 0.51 |
| Hex | 5 | A3 | FD | 62 | 24 | 0 | 1 | CA | 62 | 33 |
| Octal | 5 | 243 | 375 | 142 | 44 | 0 | 1 | 312 | 142 | 63 |
| Binary | 101 | 10100011 | 11111101 | 1100010 | 100100 | 0 | 1 | 11001010 | 1100010 | 110011 |
Color Harmonies of #05A3FD
Complementary color
Monochromatic Colors of #05A3FD
Black with #05A3FD
Text Example
Text Example
White with #05A3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A3FD; }
p { color: rgb(5,163,253); }
H1.HeaderClassName
{
color: #05A3FD;
}
.AnyTagClassName
{
color: #05A3FD;
}
</style>
background-color css
<style>
a { background-color: #05A3FD; }
a { background-color: rgb(5,163,253); }
div.DivClassName
{
background-color: #05A3FD;
}
.BgClassName
{
background-color: #05A3FD;
}
</style>
border-color css
<style>
span { border-color: #05A3FD; }
span { border-color: rgb(5,163,253); }
td.TdClassName
{
border-color: #05A3FD;
}
.TagClassName
{
border-color: #05A3FD;
}
</style>