Shades of Deep Sky Blue #05CFFC
Tints of Deep Sky Blue #05CFFC
RGB
CMYK
RGB Variations
Color information
#05CFFC (or 0x05CFFC) is known color: Deep Sky Blue. HEX triplet: 05, CF and FC. RGB value is (5,207,252). Sum of RGB (Red+Green+Blue) = 5+207+252=464 (61% of max value = 765). Red value is 5 (2.34% from 255 or 1.08% from 464); Green value is 207 (81.25% from 255 or 44.61% from 464); Blue value is 252 (98.83% from 255 or 54.31% from 464); Max value from RGB is 252 - color contains mainly: blue. Hex color #05CFFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05CFFC is #FA3003. Grayscale: #979797. Windows color (decimal): -16396292 or 16568069. OLE color: 16568069.
HSL color Cylindrical-coordinate representation of color #05CFFC: hue angle of 190.93º 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 #05CFFC is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 207 | 252 | - |
| CMYK | 0.98 | 0.18 | 0 | 0.01 |
| HSL | 190.93º | 0.98% | 0.5% | - |
| HSV(B) | 190.93º | 0.98% | 0.99% | - |
| XYZ | 39.95 | 51.69 | 99.97 | - |
| YUV | 151.73 | 184.58 | 23.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 207 | 252 | 0.98 | 0.18 | 0 | 0.01 | 190.93 | 0.98 | 0.5 |
| Hex | 5 | CF | FC | 62 | 12 | 0 | 1 | BF | 62 | 32 |
| Octal | 5 | 317 | 374 | 142 | 22 | 0 | 1 | 277 | 142 | 62 |
| Binary | 101 | 11001111 | 11111100 | 1100010 | 10010 | 0 | 1 | 10111111 | 1100010 | 110010 |
Color Harmonies of #05CFFC
Complementary color
Monochromatic Colors of #05CFFC
Black with #05CFFC
Text Example
Text Example
White with #05CFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CFFC; }
p { color: rgb(5,207,252); }
H1.HeaderClassName
{
color: #05CFFC;
}
.AnyTagClassName
{
color: #05CFFC;
}
</style>
background-color css
<style>
a { background-color: #05CFFC; }
a { background-color: rgb(5,207,252); }
div.DivClassName
{
background-color: #05CFFC;
}
.BgClassName
{
background-color: #05CFFC;
}
</style>
border-color css
<style>
span { border-color: #05CFFC; }
span { border-color: rgb(5,207,252); }
td.TdClassName
{
border-color: #05CFFC;
}
.TagClassName
{
border-color: #05CFFC;
}
</style>