Shades of Deep Sky Blue #05C9FC
Tints of Deep Sky Blue #05C9FC
RGB
CMYK
RGB Variations
Color information
#05C9FC (or 0x05C9FC) is known color: Deep Sky Blue. HEX triplet: 05, C9 and FC. RGB value is (5,201,252). Sum of RGB (Red+Green+Blue) = 5+201+252=458 (60% of max value = 765). Red value is 5 (2.34% from 255 or 1.09% from 458); Green value is 201 (78.91% from 255 or 43.89% from 458); Blue value is 252 (98.83% from 255 or 55.02% from 458); Max value from RGB is 252 - color contains mainly: blue. Hex color #05C9FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05C9FC is #FA3603. Grayscale: #939393. Windows color (decimal): -16397828 or 16566533. OLE color: 16566533.
HSL color Cylindrical-coordinate representation of color #05C9FC: hue angle of 192.39º 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 #05C9FC is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 201 | 252 | - |
| CMYK | 0.98 | 0.20 | 0 | 0.01 |
| HSL | 192.39º | 0.98% | 0.5% | - |
| HSV(B) | 192.39º | 0.98% | 0.99% | - |
| XYZ | 38.52 | 48.83 | 99.49 | - |
| YUV | 148.21 | 186.57 | 25.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 201 | 252 | 0.98 | 0.20 | 0 | 0.01 | 192.39 | 0.98 | 0.5 |
| Hex | 5 | C9 | FC | 62 | 14 | 0 | 1 | C0 | 62 | 32 |
| Octal | 5 | 311 | 374 | 142 | 24 | 0 | 1 | 300 | 142 | 62 |
| Binary | 101 | 11001001 | 11111100 | 1100010 | 10100 | 0 | 1 | 11000000 | 1100010 | 110010 |
Color Harmonies of #05C9FC
Complementary color
Monochromatic Colors of #05C9FC
Black with #05C9FC
Text Example
Text Example
White with #05C9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C9FC; }
p { color: rgb(5,201,252); }
H1.HeaderClassName
{
color: #05C9FC;
}
.AnyTagClassName
{
color: #05C9FC;
}
</style>
background-color css
<style>
a { background-color: #05C9FC; }
a { background-color: rgb(5,201,252); }
div.DivClassName
{
background-color: #05C9FC;
}
.BgClassName
{
background-color: #05C9FC;
}
</style>
border-color css
<style>
span { border-color: #05C9FC; }
span { border-color: rgb(5,201,252); }
td.TdClassName
{
border-color: #05C9FC;
}
.TagClassName
{
border-color: #05C9FC;
}
</style>