Shades of Deep Sky Blue #05C6F0
Tints of Deep Sky Blue #05C6F0
RGB
CMYK
RGB Variations
Color information
#05C6F0 (or 0x05C6F0) is known color: Deep Sky Blue. HEX triplet: 05, C6 and F0. RGB value is (5,198,240). Sum of RGB (Red+Green+Blue) = 5+198+240=443 (58% of max value = 765). Red value is 5 (2.34% from 255 or 1.13% from 443); Green value is 198 (77.73% from 255 or 44.70% from 443); Blue value is 240 (94.14% from 255 or 54.18% from 443); Max value from RGB is 240 - color contains mainly: blue. Hex color #05C6F0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05C6F0 is #FA390F. Grayscale: #909090. Windows color (decimal): -16398608 or 15779333. OLE color: 15779333.
HSL color Cylindrical-coordinate representation of color #05C6F0: hue angle of 190.72º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05C6F0 is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 5 | 198 | 240 | - |
| CMYK | 0.98 | 0.18 | 0 | 0.06 |
| HSL | 190.72º | 0.96% | 0.48% | - |
| HSV(B) | 190.72º | 0.98% | 0.94% | - |
| XYZ | 35.98 | 46.71 | 89.56 | - |
| YUV | 145.08 | 181.56 | 28.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 198 | 240 | 0.98 | 0.18 | 0 | 0.06 | 190.72 | 0.96 | 0.48 |
| Hex | 5 | C6 | F0 | 62 | 12 | 0 | 6 | BF | 60 | 30 |
| Octal | 5 | 306 | 360 | 142 | 22 | 0 | 6 | 277 | 140 | 60 |
| Binary | 101 | 11000110 | 11110000 | 1100010 | 10010 | 0 | 110 | 10111111 | 1100000 | 110000 |
Color Harmonies of #05C6F0
Complementary color
Monochromatic Colors of #05C6F0
Black with #05C6F0
Text Example
Text Example
White with #05C6F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C6F0; }
p { color: rgb(5,198,240); }
H1.HeaderClassName
{
color: #05C6F0;
}
.AnyTagClassName
{
color: #05C6F0;
}
</style>
background-color css
<style>
a { background-color: #05C6F0; }
a { background-color: rgb(5,198,240); }
div.DivClassName
{
background-color: #05C6F0;
}
.BgClassName
{
background-color: #05C6F0;
}
</style>
border-color css
<style>
span { border-color: #05C6F0; }
span { border-color: rgb(5,198,240); }
td.TdClassName
{
border-color: #05C6F0;
}
.TagClassName
{
border-color: #05C6F0;
}
</style>