Shades of Deep Sky Blue #20CDEC
Tints of Deep Sky Blue #20CDEC
RGB
CMYK
RGB Variations
Color information
#20CDEC (or 0x20CDEC) is known color: Deep Sky Blue. HEX triplet: 20, CD and EC. RGB value is (32,205,236). Sum of RGB (Red+Green+Blue) = 32+205+236=473 (62% of max value = 765). Red value is 32 (12.89% from 255 or 6.77% from 473); Green value is 205 (80.47% from 255 or 43.34% from 473); Blue value is 236 (92.58% from 255 or 49.89% from 473); Max value from RGB is 236 - color contains mainly: blue. Hex color #20CDEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20CDEC is #DF3213. Grayscale: #9C9C9C. Windows color (decimal): -14627348 or 15519008. OLE color: 15519008.
HSL color Cylindrical-coordinate representation of color #20CDEC: hue angle of 189.12º 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 #20CDEC is Cyan = 0.86, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 205 | 236 | - |
| CMYK | 0.86 | 0.13 | 0 | 0.07 |
| HSL | 189.12º | 0.84% | 0.53% | - |
| HSV(B) | 189.12º | 0.86% | 0.93% | - |
| XYZ | 37.57 | 50.03 | 87.03 | - |
| YUV | 156.81 | 172.69 | 38.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 205 | 236 | 0.86 | 0.13 | 0 | 0.07 | 189.12 | 0.84 | 0.53 |
| Hex | 20 | CD | EC | 56 | D | 0 | 7 | BD | 54 | 35 |
| Octal | 40 | 315 | 354 | 126 | 15 | 0 | 7 | 275 | 124 | 65 |
| Binary | 100000 | 11001101 | 11101100 | 1010110 | 1101 | 0 | 111 | 10111101 | 1010100 | 110101 |
Color Harmonies of #20CDEC
Complementary color
Monochromatic Colors of #20CDEC
Black with #20CDEC
Text Example
Text Example
White with #20CDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CDEC; }
p { color: rgb(32,205,236); }
H1.HeaderClassName
{
color: #20CDEC;
}
.AnyTagClassName
{
color: #20CDEC;
}
</style>
background-color css
<style>
a { background-color: #20CDEC; }
a { background-color: rgb(32,205,236); }
div.DivClassName
{
background-color: #20CDEC;
}
.BgClassName
{
background-color: #20CDEC;
}
</style>
border-color css
<style>
span { border-color: #20CDEC; }
span { border-color: rgb(32,205,236); }
td.TdClassName
{
border-color: #20CDEC;
}
.TagClassName
{
border-color: #20CDEC;
}
</style>