Shades of Deep Sky Blue #05DBFE
Tints of Deep Sky Blue #05DBFE
RGB
CMYK
RGB Variations
Color information
#05DBFE (or 0x05DBFE) is known color: Deep Sky Blue. HEX triplet: 05, DB and FE. RGB value is (5,219,254). Sum of RGB (Red+Green+Blue) = 5+219+254=478 (63% of max value = 765). Red value is 5 (2.34% from 255 or 1.05% from 478); Green value is 219 (85.94% from 255 or 45.82% from 478); Blue value is 254 (99.61% from 255 or 53.14% from 478); Max value from RGB is 254 - color contains mainly: blue. Hex color #05DBFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05DBFE is #FA2401. Grayscale: #9E9E9E. Windows color (decimal): -16393218 or 16702213. OLE color: 16702213.
HSL color Cylindrical-coordinate representation of color #05DBFE: hue angle of 188.43º 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 #05DBFE is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 5 | 219 | 254 | - |
| CMYK | 0.98 | 0.14 | 0 | 0.00 |
| HSL | 188.43º | 0.99% | 0.51% | - |
| HSV(B) | 188.43º | 0.98% | 1% | - |
| XYZ | 43.28 | 57.85 | 102.65 | - |
| YUV | 159 | 181.6 | 18.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 219 | 254 | 0.98 | 0.14 | 0 | 0.00 | 188.43 | 0.99 | 0.51 |
| Hex | 5 | DB | FE | 62 | E | 0 | 0 | BC | 63 | 33 |
| Octal | 5 | 333 | 376 | 142 | 16 | 0 | 0 | 274 | 143 | 63 |
| Binary | 101 | 11011011 | 11111110 | 1100010 | 1110 | 0 | 0 | 10111100 | 1100011 | 110011 |
Color Harmonies of #05DBFE
Complementary color
Monochromatic Colors of #05DBFE
Black with #05DBFE
Text Example
Text Example
White with #05DBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DBFE; }
p { color: rgb(5,219,254); }
H1.HeaderClassName
{
color: #05DBFE;
}
.AnyTagClassName
{
color: #05DBFE;
}
</style>
background-color css
<style>
a { background-color: #05DBFE; }
a { background-color: rgb(5,219,254); }
div.DivClassName
{
background-color: #05DBFE;
}
.BgClassName
{
background-color: #05DBFE;
}
</style>
border-color css
<style>
span { border-color: #05DBFE; }
span { border-color: rgb(5,219,254); }
td.TdClassName
{
border-color: #05DBFE;
}
.TagClassName
{
border-color: #05DBFE;
}
</style>