Shades of Deep Sky Blue #05DCFE
Tints of Deep Sky Blue #05DCFE
RGB
CMYK
RGB Variations
Color information
#05DCFE (or 0x05DCFE) is known color: Deep Sky Blue. HEX triplet: 05, DC and FE. RGB value is (5,220,254). Sum of RGB (Red+Green+Blue) = 5+220+254=479 (63% of max value = 765). Red value is 5 (2.34% from 255 or 1.04% from 479); Green value is 220 (86.33% from 255 or 45.93% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #05DCFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05DCFE is #FA2301. Grayscale: #9F9F9F. Windows color (decimal): -16392962 or 16702469. OLE color: 16702469.
HSL color Cylindrical-coordinate representation of color #05DCFE: hue angle of 188.19º 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 #05DCFE is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 5 | 220 | 254 | - |
| CMYK | 0.98 | 0.13 | 0 | 0.00 |
| HSL | 188.19º | 0.99% | 0.51% | - |
| HSV(B) | 188.19º | 0.98% | 1% | - |
| XYZ | 43.55 | 58.37 | 102.74 | - |
| YUV | 159.59 | 181.27 | 17.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 220 | 254 | 0.98 | 0.13 | 0 | 0.00 | 188.19 | 0.99 | 0.51 |
| Hex | 5 | DC | FE | 62 | D | 0 | 0 | BC | 63 | 33 |
| Octal | 5 | 334 | 376 | 142 | 15 | 0 | 0 | 274 | 143 | 63 |
| Binary | 101 | 11011100 | 11111110 | 1100010 | 1101 | 0 | 0 | 10111100 | 1100011 | 110011 |
Color Harmonies of #05DCFE
Complementary color
Monochromatic Colors of #05DCFE
Black with #05DCFE
Text Example
Text Example
White with #05DCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DCFE; }
p { color: rgb(5,220,254); }
H1.HeaderClassName
{
color: #05DCFE;
}
.AnyTagClassName
{
color: #05DCFE;
}
</style>
background-color css
<style>
a { background-color: #05DCFE; }
a { background-color: rgb(5,220,254); }
div.DivClassName
{
background-color: #05DCFE;
}
.BgClassName
{
background-color: #05DCFE;
}
</style>
border-color css
<style>
span { border-color: #05DCFE; }
span { border-color: rgb(5,220,254); }
td.TdClassName
{
border-color: #05DCFE;
}
.TagClassName
{
border-color: #05DCFE;
}
</style>