Shades of Deep Sky Blue #05D4EF
Tints of Deep Sky Blue #05D4EF
RGB
CMYK
RGB Variations
Color information
#05D4EF (or 0x05D4EF) is known color: Deep Sky Blue. HEX triplet: 05, D4 and EF. RGB value is (5,212,239). Sum of RGB (Red+Green+Blue) = 5+212+239=456 (60% of max value = 765). Red value is 5 (2.34% from 255 or 1.10% from 456); Green value is 212 (83.20% from 255 or 46.49% from 456); Blue value is 239 (93.75% from 255 or 52.41% from 456); Max value from RGB is 239 - color contains mainly: blue. Hex color #05D4EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05D4EF is #FA2B10. Grayscale: #989898. Windows color (decimal): -16395025 or 15717381. OLE color: 15717381.
HSL color Cylindrical-coordinate representation of color #05D4EF: hue angle of 186.92º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D4EF is Cyan = 0.98, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 5 | 212 | 239 | - |
| CMYK | 0.98 | 0.11 | 0 | 0.06 |
| HSL | 186.92º | 0.96% | 0.48% | - |
| HSV(B) | 186.92º | 0.98% | 0.94% | - |
| XYZ | 39.19 | 53.35 | 89.89 | - |
| YUV | 153.19 | 176.42 | 22.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 212 | 239 | 0.98 | 0.11 | 0 | 0.06 | 186.92 | 0.96 | 0.48 |
| Hex | 5 | D4 | EF | 62 | B | 0 | 6 | BB | 60 | 30 |
| Octal | 5 | 324 | 357 | 142 | 13 | 0 | 6 | 273 | 140 | 60 |
| Binary | 101 | 11010100 | 11101111 | 1100010 | 1011 | 0 | 110 | 10111011 | 1100000 | 110000 |
Color Harmonies of #05D4EF
Complementary color
Monochromatic Colors of #05D4EF
Black with #05D4EF
Text Example
Text Example
White with #05D4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D4EF; }
p { color: rgb(5,212,239); }
H1.HeaderClassName
{
color: #05D4EF;
}
.AnyTagClassName
{
color: #05D4EF;
}
</style>
background-color css
<style>
a { background-color: #05D4EF; }
a { background-color: rgb(5,212,239); }
div.DivClassName
{
background-color: #05D4EF;
}
.BgClassName
{
background-color: #05D4EF;
}
</style>
border-color css
<style>
span { border-color: #05D4EF; }
span { border-color: rgb(5,212,239); }
td.TdClassName
{
border-color: #05D4EF;
}
.TagClassName
{
border-color: #05D4EF;
}
</style>