Shades of Deep Sky Blue #05D6F2
Tints of Deep Sky Blue #05D6F2
RGB
CMYK
RGB Variations
Color information
#05D6F2 (or 0x05D6F2) is known color: Deep Sky Blue. HEX triplet: 05, D6 and F2. RGB value is (5,214,242). Sum of RGB (Red+Green+Blue) = 5+214+242=461 (61% of max value = 765). Red value is 5 (2.34% from 255 or 1.08% from 461); Green value is 214 (83.98% from 255 or 46.42% from 461); Blue value is 242 (94.92% from 255 or 52.49% from 461); Max value from RGB is 242 - color contains mainly: blue. Hex color #05D6F2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05D6F2 is #FA290D. Grayscale: #9A9A9A. Windows color (decimal): -16394510 or 15914501. OLE color: 15914501.
HSL color Cylindrical-coordinate representation of color #05D6F2: hue angle of 187.09º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D6F2 is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 5 | 214 | 242 | - |
| CMYK | 0.98 | 0.12 | 0 | 0.05 |
| HSL | 187.09º | 0.96% | 0.48% | - |
| HSV(B) | 187.09º | 0.98% | 0.95% | - |
| XYZ | 40.14 | 54.54 | 92.42 | - |
| YUV | 154.7 | 177.26 | 21.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 214 | 242 | 0.98 | 0.12 | 0 | 0.05 | 187.09 | 0.96 | 0.48 |
| Hex | 5 | D6 | F2 | 62 | C | 0 | 5 | BB | 60 | 30 |
| Octal | 5 | 326 | 362 | 142 | 14 | 0 | 5 | 273 | 140 | 60 |
| Binary | 101 | 11010110 | 11110010 | 1100010 | 1100 | 0 | 101 | 10111011 | 1100000 | 110000 |
Color Harmonies of #05D6F2
Complementary color
Monochromatic Colors of #05D6F2
Black with #05D6F2
Text Example
Text Example
White with #05D6F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D6F2; }
p { color: rgb(5,214,242); }
H1.HeaderClassName
{
color: #05D6F2;
}
.AnyTagClassName
{
color: #05D6F2;
}
</style>
background-color css
<style>
a { background-color: #05D6F2; }
a { background-color: rgb(5,214,242); }
div.DivClassName
{
background-color: #05D6F2;
}
.BgClassName
{
background-color: #05D6F2;
}
</style>
border-color css
<style>
span { border-color: #05D6F2; }
span { border-color: rgb(5,214,242); }
td.TdClassName
{
border-color: #05D6F2;
}
.TagClassName
{
border-color: #05D6F2;
}
</style>