Shades of Deep Sky Blue #05DCFC
Tints of Deep Sky Blue #05DCFC
RGB
CMYK
RGB Variations
Color information
#05DCFC (or 0x05DCFC) is known color: Deep Sky Blue. HEX triplet: 05, DC and FC. RGB value is (5,220,252). Sum of RGB (Red+Green+Blue) = 5+220+252=477 (63% of max value = 765). Red value is 5 (2.34% from 255 or 1.05% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 252 (98.83% from 255 or 52.83% from 477); Max value from RGB is 252 - color contains mainly: blue. Hex color #05DCFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05DCFC is #FA2303. Grayscale: #9F9F9F. Windows color (decimal): -16392964 or 16571397. OLE color: 16571397.
HSL color Cylindrical-coordinate representation of color #05DCFC: hue angle of 187.77º 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 #05DCFC is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 220 | 252 | - |
| CMYK | 0.98 | 0.13 | 0 | 0.01 |
| HSL | 187.77º | 0.98% | 0.5% | - |
| HSV(B) | 187.77º | 0.98% | 0.99% | - |
| XYZ | 43.23 | 58.25 | 101.06 | - |
| YUV | 159.36 | 180.27 | 17.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 220 | 252 | 0.98 | 0.13 | 0 | 0.01 | 187.77 | 0.98 | 0.5 |
| Hex | 5 | DC | FC | 62 | D | 0 | 1 | BC | 62 | 32 |
| Octal | 5 | 334 | 374 | 142 | 15 | 0 | 1 | 274 | 142 | 62 |
| Binary | 101 | 11011100 | 11111100 | 1100010 | 1101 | 0 | 1 | 10111100 | 1100010 | 110010 |
Color Harmonies of #05DCFC
Complementary color
Monochromatic Colors of #05DCFC
Black with #05DCFC
Text Example
Text Example
White with #05DCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DCFC; }
p { color: rgb(5,220,252); }
H1.HeaderClassName
{
color: #05DCFC;
}
.AnyTagClassName
{
color: #05DCFC;
}
</style>
background-color css
<style>
a { background-color: #05DCFC; }
a { background-color: rgb(5,220,252); }
div.DivClassName
{
background-color: #05DCFC;
}
.BgClassName
{
background-color: #05DCFC;
}
</style>
border-color css
<style>
span { border-color: #05DCFC; }
span { border-color: rgb(5,220,252); }
td.TdClassName
{
border-color: #05DCFC;
}
.TagClassName
{
border-color: #05DCFC;
}
</style>