Shades of Deep Sky Blue #05DCFF
Tints of Deep Sky Blue #05DCFF
RGB
CMYK
RGB Variations
Color information
#05DCFF (or 0x05DCFF) is known color: Deep Sky Blue. HEX triplet: 05, DC and FF. RGB value is (5,220,255). Sum of RGB (Red+Green+Blue) = 5+220+255=480 (63% of max value = 765). Red value is 5 (2.34% from 255 or 1.04% from 480); Green value is 220 (86.33% from 255 or 45.83% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #05DCFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05DCFF is #FA2300. Grayscale: #9F9F9F. Windows color (decimal): -16392961 or 16768005. OLE color: 16768005.
HSL color Cylindrical-coordinate representation of color #05DCFF: hue angle of 188.4º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05DCFF is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 220 | 255 | - |
| CMYK | 0.98 | 0.14 | 0 | 0 |
| HSL | 188.4º | 1% | 0.51% | - |
| HSV(B) | 188.4º | 0.98% | 1% | - |
| XYZ | 43.71 | 58.44 | 103.58 | - |
| YUV | 159.71 | 181.77 | 17.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 220 | 255 | 0.98 | 0.14 | 0 | 0 | 188.4 | 1 | 0.51 |
| Hex | 5 | DC | FF | 62 | E | 0 | 0 | BC | 64 | 33 |
| Octal | 5 | 334 | 377 | 142 | 16 | 0 | 0 | 274 | 144 | 63 |
| Binary | 101 | 11011100 | 11111111 | 1100010 | 1110 | 0 | 0 | 10111100 | 1100100 | 110011 |
Color Harmonies of #05DCFF
Complementary color
Monochromatic Colors of #05DCFF
Black with #05DCFF
Text Example
Text Example
White with #05DCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DCFF; }
p { color: rgb(5,220,255); }
H1.HeaderClassName
{
color: #05DCFF;
}
.AnyTagClassName
{
color: #05DCFF;
}
</style>
background-color css
<style>
a { background-color: #05DCFF; }
a { background-color: rgb(5,220,255); }
div.DivClassName
{
background-color: #05DCFF;
}
.BgClassName
{
background-color: #05DCFF;
}
</style>
border-color css
<style>
span { border-color: #05DCFF; }
span { border-color: rgb(5,220,255); }
td.TdClassName
{
border-color: #05DCFF;
}
.TagClassName
{
border-color: #05DCFF;
}
</style>