Shades of Deep Sky Blue #05CFEC
Tints of Deep Sky Blue #05CFEC
RGB
CMYK
RGB Variations
Color information
#05CFEC (or 0x05CFEC) is known color: Deep Sky Blue. HEX triplet: 05, CF and EC. RGB value is (5,207,236). Sum of RGB (Red+Green+Blue) = 5+207+236=448 (59% of max value = 765). Red value is 5 (2.34% from 255 or 1.12% from 448); Green value is 207 (81.25% from 255 or 46.21% from 448); Blue value is 236 (92.58% from 255 or 52.68% from 448); Max value from RGB is 236 - color contains mainly: blue. Hex color #05CFEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05CFEC is #FA3013. Grayscale: #959595. Windows color (decimal): -16396308 or 15519493. OLE color: 15519493.
HSL color Cylindrical-coordinate representation of color #05CFEC: hue angle of 187.53º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CFEC is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 207 | 236 | - |
| CMYK | 0.98 | 0.12 | 0 | 0.07 |
| HSL | 187.53º | 0.96% | 0.47% | - |
| HSV(B) | 187.53º | 0.98% | 0.93% | - |
| XYZ | 37.52 | 50.71 | 87.17 | - |
| YUV | 149.91 | 176.58 | 24.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 207 | 236 | 0.98 | 0.12 | 0 | 0.07 | 187.53 | 0.96 | 0.47 |
| Hex | 5 | CF | EC | 62 | C | 0 | 7 | BC | 60 | 2F |
| Octal | 5 | 317 | 354 | 142 | 14 | 0 | 7 | 274 | 140 | 57 |
| Binary | 101 | 11001111 | 11101100 | 1100010 | 1100 | 0 | 111 | 10111100 | 1100000 | 101111 |
Color Harmonies of #05CFEC
Complementary color
Monochromatic Colors of #05CFEC
Black with #05CFEC
Text Example
Text Example
White with #05CFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CFEC; }
p { color: rgb(5,207,236); }
H1.HeaderClassName
{
color: #05CFEC;
}
.AnyTagClassName
{
color: #05CFEC;
}
</style>
background-color css
<style>
a { background-color: #05CFEC; }
a { background-color: rgb(5,207,236); }
div.DivClassName
{
background-color: #05CFEC;
}
.BgClassName
{
background-color: #05CFEC;
}
</style>
border-color css
<style>
span { border-color: #05CFEC; }
span { border-color: rgb(5,207,236); }
td.TdClassName
{
border-color: #05CFEC;
}
.TagClassName
{
border-color: #05CFEC;
}
</style>