Shades of Deep Sky Blue #05D5FE
Tints of Deep Sky Blue #05D5FE
RGB
CMYK
RGB Variations
Color information
#05D5FE (or 0x05D5FE) is known color: Deep Sky Blue. HEX triplet: 05, D5 and FE. RGB value is (5,213,254). Sum of RGB (Red+Green+Blue) = 5+213+254=472 (62% of max value = 765). Red value is 5 (2.34% from 255 or 1.06% from 472); Green value is 213 (83.59% from 255 or 45.13% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #05D5FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05D5FE is #FA2A01. Grayscale: #9B9B9B. Windows color (decimal): -16394754 or 16700677. OLE color: 16700677.
HSL color Cylindrical-coordinate representation of color #05D5FE: hue angle of 189.88º 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 #05D5FE is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 5 | 213 | 254 | - |
| CMYK | 0.98 | 0.16 | 0 | 0.00 |
| HSL | 189.88º | 0.99% | 0.51% | - |
| HSV(B) | 189.88º | 0.98% | 1% | - |
| XYZ | 41.75 | 54.78 | 102.14 | - |
| YUV | 155.48 | 183.59 | 20.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 213 | 254 | 0.98 | 0.16 | 0 | 0.00 | 189.88 | 0.99 | 0.51 |
| Hex | 5 | D5 | FE | 62 | 10 | 0 | 0 | BE | 63 | 33 |
| Octal | 5 | 325 | 376 | 142 | 20 | 0 | 0 | 276 | 143 | 63 |
| Binary | 101 | 11010101 | 11111110 | 1100010 | 10000 | 0 | 0 | 10111110 | 1100011 | 110011 |
Color Harmonies of #05D5FE
Complementary color
Monochromatic Colors of #05D5FE
Black with #05D5FE
Text Example
Text Example
White with #05D5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D5FE; }
p { color: rgb(5,213,254); }
H1.HeaderClassName
{
color: #05D5FE;
}
.AnyTagClassName
{
color: #05D5FE;
}
</style>
background-color css
<style>
a { background-color: #05D5FE; }
a { background-color: rgb(5,213,254); }
div.DivClassName
{
background-color: #05D5FE;
}
.BgClassName
{
background-color: #05D5FE;
}
</style>
border-color css
<style>
span { border-color: #05D5FE; }
span { border-color: rgb(5,213,254); }
td.TdClassName
{
border-color: #05D5FE;
}
.TagClassName
{
border-color: #05D5FE;
}
</style>