Shades of Deep Sky Blue #05C8FC
Tints of Deep Sky Blue #05C8FC
RGB
CMYK
RGB Variations
Color information
#05C8FC (or 0x05C8FC) is known color: Deep Sky Blue. HEX triplet: 05, C8 and FC. RGB value is (5,200,252). Sum of RGB (Red+Green+Blue) = 5+200+252=457 (60% of max value = 765). Red value is 5 (2.34% from 255 or 1.09% from 457); Green value is 200 (78.52% from 255 or 43.76% from 457); Blue value is 252 (98.83% from 255 or 55.14% from 457); Max value from RGB is 252 - color contains mainly: blue. Hex color #05C8FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05C8FC is #FA3703. Grayscale: #939393. Windows color (decimal): -16398084 or 16566277. OLE color: 16566277.
HSL color Cylindrical-coordinate representation of color #05C8FC: hue angle of 192.63º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05C8FC is Cyan = 0.98, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 200 | 252 | - |
| CMYK | 0.98 | 0.21 | 0 | 0.01 |
| HSL | 192.63º | 0.98% | 0.5% | - |
| HSV(B) | 192.63º | 0.98% | 0.99% | - |
| XYZ | 38.29 | 48.37 | 99.41 | - |
| YUV | 147.62 | 186.9 | 26.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 200 | 252 | 0.98 | 0.21 | 0 | 0.01 | 192.63 | 0.98 | 0.5 |
| Hex | 5 | C8 | FC | 62 | 15 | 0 | 1 | C1 | 62 | 32 |
| Octal | 5 | 310 | 374 | 142 | 25 | 0 | 1 | 301 | 142 | 62 |
| Binary | 101 | 11001000 | 11111100 | 1100010 | 10101 | 0 | 1 | 11000001 | 1100010 | 110010 |
Color Harmonies of #05C8FC
Complementary color
Monochromatic Colors of #05C8FC
Black with #05C8FC
Text Example
Text Example
White with #05C8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C8FC; }
p { color: rgb(5,200,252); }
H1.HeaderClassName
{
color: #05C8FC;
}
.AnyTagClassName
{
color: #05C8FC;
}
</style>
background-color css
<style>
a { background-color: #05C8FC; }
a { background-color: rgb(5,200,252); }
div.DivClassName
{
background-color: #05C8FC;
}
.BgClassName
{
background-color: #05C8FC;
}
</style>
border-color css
<style>
span { border-color: #05C8FC; }
span { border-color: rgb(5,200,252); }
td.TdClassName
{
border-color: #05C8FC;
}
.TagClassName
{
border-color: #05C8FC;
}
</style>