Shades of Deep Sky Blue #20CCEC
Tints of Deep Sky Blue #20CCEC
RGB
CMYK
RGB Variations
Color information
#20CCEC (or 0x20CCEC) is known color: Deep Sky Blue. HEX triplet: 20, CC and EC. RGB value is (32,204,236). Sum of RGB (Red+Green+Blue) = 32+204+236=472 (62% of max value = 765). Red value is 32 (12.89% from 255 or 6.78% from 472); Green value is 204 (80.08% from 255 or 43.22% from 472); Blue value is 236 (92.58% from 255 or 50% from 472); Max value from RGB is 236 - color contains mainly: blue. Hex color #20CCEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20CCEC is #DF3313. Grayscale: #9B9B9B. Windows color (decimal): -14627604 or 15518752. OLE color: 15518752.
HSL color Cylindrical-coordinate representation of color #20CCEC: hue angle of 189.41º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20CCEC is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 204 | 236 | - |
| CMYK | 0.86 | 0.14 | 0 | 0.07 |
| HSL | 189.41º | 0.84% | 0.53% | - |
| HSV(B) | 189.41º | 0.86% | 0.93% | - |
| XYZ | 37.33 | 49.55 | 86.95 | - |
| YUV | 156.22 | 173.02 | 39.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 204 | 236 | 0.86 | 0.14 | 0 | 0.07 | 189.41 | 0.84 | 0.53 |
| Hex | 20 | CC | EC | 56 | E | 0 | 7 | BD | 54 | 35 |
| Octal | 40 | 314 | 354 | 126 | 16 | 0 | 7 | 275 | 124 | 65 |
| Binary | 100000 | 11001100 | 11101100 | 1010110 | 1110 | 0 | 111 | 10111101 | 1010100 | 110101 |
Color Harmonies of #20CCEC
Complementary color
Monochromatic Colors of #20CCEC
Black with #20CCEC
Text Example
Text Example
White with #20CCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CCEC; }
p { color: rgb(32,204,236); }
H1.HeaderClassName
{
color: #20CCEC;
}
.AnyTagClassName
{
color: #20CCEC;
}
</style>
background-color css
<style>
a { background-color: #20CCEC; }
a { background-color: rgb(32,204,236); }
div.DivClassName
{
background-color: #20CCEC;
}
.BgClassName
{
background-color: #20CCEC;
}
</style>
border-color css
<style>
span { border-color: #20CCEC; }
span { border-color: rgb(32,204,236); }
td.TdClassName
{
border-color: #20CCEC;
}
.TagClassName
{
border-color: #20CCEC;
}
</style>