Shades of Deep Sky Blue #05D4FF
Tints of Deep Sky Blue #05D4FF
RGB
CMYK
RGB Variations
Color information
#05D4FF (or 0x05D4FF) is known color: Deep Sky Blue. HEX triplet: 05, D4 and FF. RGB value is (5,212,255). Sum of RGB (Red+Green+Blue) = 5+212+255=472 (62% of max value = 765). Red value is 5 (2.34% from 255 or 1.06% from 472); Green value is 212 (83.20% from 255 or 44.92% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #05D4FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05D4FF is #FA2B00. Grayscale: #9A9A9A. Windows color (decimal): -16395009 or 16765957. OLE color: 16765957.
HSL color Cylindrical-coordinate representation of color #05D4FF: hue angle of 190.32º 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 #05D4FF is Cyan = 0.98, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 212 | 255 | - |
| CMYK | 0.98 | 0.17 | 0 | 0 |
| HSL | 190.32º | 1% | 0.51% | - |
| HSV(B) | 190.32º | 0.98% | 1% | - |
| XYZ | 41.66 | 54.34 | 102.9 | - |
| YUV | 155.01 | 184.42 | 21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 212 | 255 | 0.98 | 0.17 | 0 | 0 | 190.32 | 1 | 0.51 |
| Hex | 5 | D4 | FF | 62 | 11 | 0 | 0 | BE | 64 | 33 |
| Octal | 5 | 324 | 377 | 142 | 21 | 0 | 0 | 276 | 144 | 63 |
| Binary | 101 | 11010100 | 11111111 | 1100010 | 10001 | 0 | 0 | 10111110 | 1100100 | 110011 |
Color Harmonies of #05D4FF
Complementary color
Monochromatic Colors of #05D4FF
Black with #05D4FF
Text Example
Text Example
White with #05D4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D4FF; }
p { color: rgb(5,212,255); }
H1.HeaderClassName
{
color: #05D4FF;
}
.AnyTagClassName
{
color: #05D4FF;
}
</style>
background-color css
<style>
a { background-color: #05D4FF; }
a { background-color: rgb(5,212,255); }
div.DivClassName
{
background-color: #05D4FF;
}
.BgClassName
{
background-color: #05D4FF;
}
</style>
border-color css
<style>
span { border-color: #05D4FF; }
span { border-color: rgb(5,212,255); }
td.TdClassName
{
border-color: #05D4FF;
}
.TagClassName
{
border-color: #05D4FF;
}
</style>