Shades of Deep Sky Blue #05D0FE
Tints of Deep Sky Blue #05D0FE
RGB
CMYK
RGB Variations
Color information
#05D0FE (or 0x05D0FE) is known color: Deep Sky Blue. HEX triplet: 05, D0 and FE. RGB value is (5,208,254). Sum of RGB (Red+Green+Blue) = 5+208+254=467 (61% of max value = 765). Red value is 5 (2.34% from 255 or 1.07% from 467); Green value is 208 (81.64% from 255 or 44.54% from 467); Blue value is 254 (99.61% from 255 or 54.39% from 467); Max value from RGB is 254 - color contains mainly: blue. Hex color #05D0FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05D0FE is #FA2F01. Grayscale: #989898. Windows color (decimal): -16396034 or 16699397. OLE color: 16699397.
HSL color Cylindrical-coordinate representation of color #05D0FE: hue angle of 191.08º 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 #05D0FE is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 5 | 208 | 254 | - |
| CMYK | 0.98 | 0.18 | 0 | 0.00 |
| HSL | 191.08º | 0.99% | 0.51% | - |
| HSV(B) | 191.08º | 0.98% | 1% | - |
| XYZ | 40.51 | 52.3 | 101.73 | - |
| YUV | 152.55 | 185.25 | 22.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 208 | 254 | 0.98 | 0.18 | 0 | 0.00 | 191.08 | 0.99 | 0.51 |
| Hex | 5 | D0 | FE | 62 | 12 | 0 | 0 | BF | 63 | 33 |
| Octal | 5 | 320 | 376 | 142 | 22 | 0 | 0 | 277 | 143 | 63 |
| Binary | 101 | 11010000 | 11111110 | 1100010 | 10010 | 0 | 0 | 10111111 | 1100011 | 110011 |
Color Harmonies of #05D0FE
Complementary color
Monochromatic Colors of #05D0FE
Black with #05D0FE
Text Example
Text Example
White with #05D0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D0FE; }
p { color: rgb(5,208,254); }
H1.HeaderClassName
{
color: #05D0FE;
}
.AnyTagClassName
{
color: #05D0FE;
}
</style>
background-color css
<style>
a { background-color: #05D0FE; }
a { background-color: rgb(5,208,254); }
div.DivClassName
{
background-color: #05D0FE;
}
.BgClassName
{
background-color: #05D0FE;
}
</style>
border-color css
<style>
span { border-color: #05D0FE; }
span { border-color: rgb(5,208,254); }
td.TdClassName
{
border-color: #05D0FE;
}
.TagClassName
{
border-color: #05D0FE;
}
</style>