Shades of Deep Sky Blue #05D0FD
Tints of Deep Sky Blue #05D0FD
RGB
CMYK
RGB Variations
Color information
#05D0FD (or 0x05D0FD) is known color: Deep Sky Blue. HEX triplet: 05, D0 and FD. RGB value is (5,208,253). Sum of RGB (Red+Green+Blue) = 5+208+253=466 (61% of max value = 765). Red value is 5 (2.34% from 255 or 1.07% from 466); Green value is 208 (81.64% from 255 or 44.64% from 466); Blue value is 253 (99.22% from 255 or 54.29% from 466); Max value from RGB is 253 - color contains mainly: blue. Hex color #05D0FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05D0FD is #FA2F02. Grayscale: #989898. Windows color (decimal): -16396035 or 16633861. OLE color: 16633861.
HSL color Cylindrical-coordinate representation of color #05D0FD: hue angle of 190.89º 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 #05D0FD is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 208 | 253 | - |
| CMYK | 0.98 | 0.18 | 0 | 0.01 |
| HSL | 190.89º | 0.98% | 0.51% | - |
| HSV(B) | 190.89º | 0.98% | 0.99% | - |
| XYZ | 40.35 | 52.24 | 100.88 | - |
| YUV | 152.43 | 184.75 | 22.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 208 | 253 | 0.98 | 0.18 | 0 | 0.01 | 190.89 | 0.98 | 0.51 |
| Hex | 5 | D0 | FD | 62 | 12 | 0 | 1 | BF | 62 | 33 |
| Octal | 5 | 320 | 375 | 142 | 22 | 0 | 1 | 277 | 142 | 63 |
| Binary | 101 | 11010000 | 11111101 | 1100010 | 10010 | 0 | 1 | 10111111 | 1100010 | 110011 |
Color Harmonies of #05D0FD
Complementary color
Monochromatic Colors of #05D0FD
Black with #05D0FD
Text Example
Text Example
White with #05D0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D0FD; }
p { color: rgb(5,208,253); }
H1.HeaderClassName
{
color: #05D0FD;
}
.AnyTagClassName
{
color: #05D0FD;
}
</style>
background-color css
<style>
a { background-color: #05D0FD; }
a { background-color: rgb(5,208,253); }
div.DivClassName
{
background-color: #05D0FD;
}
.BgClassName
{
background-color: #05D0FD;
}
</style>
border-color css
<style>
span { border-color: #05D0FD; }
span { border-color: rgb(5,208,253); }
td.TdClassName
{
border-color: #05D0FD;
}
.TagClassName
{
border-color: #05D0FD;
}
</style>