Shades of Deep Sky Blue #05DBF8
Tints of Deep Sky Blue #05DBF8
RGB
CMYK
RGB Variations
Color information
#05DBF8 (or 0x05DBF8) is known color: Deep Sky Blue. HEX triplet: 05, DB and F8. RGB value is (5,219,248). Sum of RGB (Red+Green+Blue) = 5+219+248=472 (62% of max value = 765). Red value is 5 (2.34% from 255 or 1.06% from 472); Green value is 219 (85.94% from 255 or 46.40% from 472); Blue value is 248 (97.27% from 255 or 52.54% from 472); Max value from RGB is 248 - color contains mainly: blue. Hex color #05DBF8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05DBF8 is #FA2407. Grayscale: #9D9D9D. Windows color (decimal): -16393224 or 16308997. OLE color: 16308997.
HSL color Cylindrical-coordinate representation of color #05DBF8: hue angle of 187.16º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05DBF8 is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 5 | 219 | 248 | - |
| CMYK | 0.98 | 0.12 | 0 | 0.03 |
| HSL | 187.16º | 0.96% | 0.5% | - |
| HSV(B) | 187.16º | 0.98% | 0.97% | - |
| XYZ | 42.34 | 57.47 | 97.67 | - |
| YUV | 158.32 | 178.6 | 18.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 219 | 248 | 0.98 | 0.12 | 0 | 0.03 | 187.16 | 0.96 | 0.5 |
| Hex | 5 | DB | F8 | 62 | C | 0 | 3 | BB | 60 | 32 |
| Octal | 5 | 333 | 370 | 142 | 14 | 0 | 3 | 273 | 140 | 62 |
| Binary | 101 | 11011011 | 11111000 | 1100010 | 1100 | 0 | 11 | 10111011 | 1100000 | 110010 |
Color Harmonies of #05DBF8
Complementary color
Monochromatic Colors of #05DBF8
Black with #05DBF8
Text Example
Text Example
White with #05DBF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DBF8; }
p { color: rgb(5,219,248); }
H1.HeaderClassName
{
color: #05DBF8;
}
.AnyTagClassName
{
color: #05DBF8;
}
</style>
background-color css
<style>
a { background-color: #05DBF8; }
a { background-color: rgb(5,219,248); }
div.DivClassName
{
background-color: #05DBF8;
}
.BgClassName
{
background-color: #05DBF8;
}
</style>
border-color css
<style>
span { border-color: #05DBF8; }
span { border-color: rgb(5,219,248); }
td.TdClassName
{
border-color: #05DBF8;
}
.TagClassName
{
border-color: #05DBF8;
}
</style>