Shades of Deep Sky Blue #05A3ED
Tints of Deep Sky Blue #05A3ED
RGB
CMYK
RGB Variations
Color information
#05A3ED (or 0x05A3ED) is known color: Deep Sky Blue. HEX triplet: 05, A3 and ED. RGB value is (5,163,237). Sum of RGB (Red+Green+Blue) = 5+163+237=405 (53% of max value = 765). Red value is 5 (2.34% from 255 or 1.23% from 405); Green value is 163 (64.06% from 255 or 40.25% from 405); Blue value is 237 (92.97% from 255 or 58.52% from 405); Max value from RGB is 237 - color contains mainly: blue. Hex color #05A3ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #05A3ED is #FA5C12. Grayscale: #7B7B7B. Windows color (decimal): -16407571 or 15573765. OLE color: 15573765.
HSL color Cylindrical-coordinate representation of color #05A3ED: hue angle of 199.14º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05A3ED is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 163 | 237 | - |
| CMYK | 0.98 | 0.31 | 0 | 0.07 |
| HSL | 199.14º | 0.96% | 0.47% | - |
| HSV(B) | 199.14º | 0.98% | 0.93% | - |
| XYZ | 28.45 | 32.34 | 84.86 | - |
| YUV | 124.19 | 191.65 | 42.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 163 | 237 | 0.98 | 0.31 | 0 | 0.07 | 199.14 | 0.96 | 0.47 |
| Hex | 5 | A3 | ED | 62 | 1F | 0 | 7 | C7 | 60 | 2F |
| Octal | 5 | 243 | 355 | 142 | 37 | 0 | 7 | 307 | 140 | 57 |
| Binary | 101 | 10100011 | 11101101 | 1100010 | 11111 | 0 | 111 | 11000111 | 1100000 | 101111 |
Color Harmonies of #05A3ED
Complementary color
Monochromatic Colors of #05A3ED
Black with #05A3ED
Text Example
Text Example
White with #05A3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A3ED; }
p { color: rgb(5,163,237); }
H1.HeaderClassName
{
color: #05A3ED;
}
.AnyTagClassName
{
color: #05A3ED;
}
</style>
background-color css
<style>
a { background-color: #05A3ED; }
a { background-color: rgb(5,163,237); }
div.DivClassName
{
background-color: #05A3ED;
}
.BgClassName
{
background-color: #05A3ED;
}
</style>
border-color css
<style>
span { border-color: #05A3ED; }
span { border-color: rgb(5,163,237); }
td.TdClassName
{
border-color: #05A3ED;
}
.TagClassName
{
border-color: #05A3ED;
}
</style>