Shades of Deep Sky Blue #05D0FC
Tints of Deep Sky Blue #05D0FC
RGB
CMYK
RGB Variations
Color information
#05D0FC (or 0x05D0FC) is known color: Deep Sky Blue. HEX triplet: 05, D0 and FC. RGB value is (5,208,252). Sum of RGB (Red+Green+Blue) = 5+208+252=465 (61% of max value = 765). Red value is 5 (2.34% from 255 or 1.08% from 465); Green value is 208 (81.64% from 255 or 44.73% from 465); Blue value is 252 (98.83% from 255 or 54.19% from 465); Max value from RGB is 252 - color contains mainly: blue. Hex color #05D0FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05D0FC is #FA2F03. Grayscale: #979797. Windows color (decimal): -16396036 or 16568325. OLE color: 16568325.
HSL color Cylindrical-coordinate representation of color #05D0FC: hue angle of 190.69º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D0FC is Cyan = 0.98, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 208 | 252 | - |
| CMYK | 0.98 | 0.17 | 0 | 0.01 |
| HSL | 190.69º | 0.98% | 0.5% | - |
| HSV(B) | 190.69º | 0.98% | 0.99% | - |
| XYZ | 40.19 | 52.17 | 100.05 | - |
| YUV | 152.32 | 184.25 | 22.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 208 | 252 | 0.98 | 0.17 | 0 | 0.01 | 190.69 | 0.98 | 0.5 |
| Hex | 5 | D0 | FC | 62 | 11 | 0 | 1 | BF | 62 | 32 |
| Octal | 5 | 320 | 374 | 142 | 21 | 0 | 1 | 277 | 142 | 62 |
| Binary | 101 | 11010000 | 11111100 | 1100010 | 10001 | 0 | 1 | 10111111 | 1100010 | 110010 |
Color Harmonies of #05D0FC
Complementary color
Monochromatic Colors of #05D0FC
Black with #05D0FC
Text Example
Text Example
White with #05D0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D0FC; }
p { color: rgb(5,208,252); }
H1.HeaderClassName
{
color: #05D0FC;
}
.AnyTagClassName
{
color: #05D0FC;
}
</style>
background-color css
<style>
a { background-color: #05D0FC; }
a { background-color: rgb(5,208,252); }
div.DivClassName
{
background-color: #05D0FC;
}
.BgClassName
{
background-color: #05D0FC;
}
</style>
border-color css
<style>
span { border-color: #05D0FC; }
span { border-color: rgb(5,208,252); }
td.TdClassName
{
border-color: #05D0FC;
}
.TagClassName
{
border-color: #05D0FC;
}
</style>