Shades of Deep Sky Blue #05DEFF
Tints of Deep Sky Blue #05DEFF
RGB
CMYK
RGB Variations
Color information
#05DEFF (or 0x05DEFF) is known color: Deep Sky Blue. HEX triplet: 05, DE and FF. RGB value is (5,222,255). Sum of RGB (Red+Green+Blue) = 5+222+255=482 (63% of max value = 765). Red value is 5 (2.34% from 255 or 1.04% from 482); Green value is 222 (87.11% from 255 or 46.06% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #05DEFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05DEFF is #FA2100. Grayscale: #A0A0A0. Windows color (decimal): -16392449 or 16768517. OLE color: 16768517.
HSL color Cylindrical-coordinate representation of color #05DEFF: hue angle of 187.92º 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 #05DEFF is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 222 | 255 | - |
| CMYK | 0.98 | 0.13 | 0 | 0 |
| HSL | 187.92º | 1% | 0.51% | - |
| HSV(B) | 187.92º | 0.98% | 1% | - |
| XYZ | 44.23 | 59.49 | 103.76 | - |
| YUV | 160.88 | 181.11 | 16.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 222 | 255 | 0.98 | 0.13 | 0 | 0 | 187.92 | 1 | 0.51 |
| Hex | 5 | DE | FF | 62 | D | 0 | 0 | BC | 64 | 33 |
| Octal | 5 | 336 | 377 | 142 | 15 | 0 | 0 | 274 | 144 | 63 |
| Binary | 101 | 11011110 | 11111111 | 1100010 | 1101 | 0 | 0 | 10111100 | 1100100 | 110011 |
Color Harmonies of #05DEFF
Complementary color
Monochromatic Colors of #05DEFF
Black with #05DEFF
Text Example
Text Example
White with #05DEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DEFF; }
p { color: rgb(5,222,255); }
H1.HeaderClassName
{
color: #05DEFF;
}
.AnyTagClassName
{
color: #05DEFF;
}
</style>
background-color css
<style>
a { background-color: #05DEFF; }
a { background-color: rgb(5,222,255); }
div.DivClassName
{
background-color: #05DEFF;
}
.BgClassName
{
background-color: #05DEFF;
}
</style>
border-color css
<style>
span { border-color: #05DEFF; }
span { border-color: rgb(5,222,255); }
td.TdClassName
{
border-color: #05DEFF;
}
.TagClassName
{
border-color: #05DEFF;
}
</style>