Shades of Deep Sky Blue #20CBEC
Tints of Deep Sky Blue #20CBEC
RGB
CMYK
RGB Variations
Color information
#20CBEC (or 0x20CBEC) is known color: Deep Sky Blue. HEX triplet: 20, CB and EC. RGB value is (32,203,236). Sum of RGB (Red+Green+Blue) = 32+203+236=471 (62% of max value = 765). Red value is 32 (12.89% from 255 or 6.79% from 471); Green value is 203 (79.69% from 255 or 43.10% from 471); Blue value is 236 (92.58% from 255 or 50.11% from 471); Max value from RGB is 236 - color contains mainly: blue. Hex color #20CBEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20CBEC is #DF3413. Grayscale: #9B9B9B. Windows color (decimal): -14627860 or 15518496. OLE color: 15518496.
HSL color Cylindrical-coordinate representation of color #20CBEC: hue angle of 189.71º 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 #20CBEC is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 203 | 236 | - |
| CMYK | 0.86 | 0.14 | 0 | 0.07 |
| HSL | 189.71º | 0.84% | 0.53% | - |
| HSV(B) | 189.71º | 0.86% | 0.93% | - |
| XYZ | 37.09 | 49.08 | 86.87 | - |
| YUV | 155.63 | 173.35 | 39.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 203 | 236 | 0.86 | 0.14 | 0 | 0.07 | 189.71 | 0.84 | 0.53 |
| Hex | 20 | CB | EC | 56 | E | 0 | 7 | BE | 54 | 35 |
| Octal | 40 | 313 | 354 | 126 | 16 | 0 | 7 | 276 | 124 | 65 |
| Binary | 100000 | 11001011 | 11101100 | 1010110 | 1110 | 0 | 111 | 10111110 | 1010100 | 110101 |
Color Harmonies of #20CBEC
Complementary color
Monochromatic Colors of #20CBEC
Black with #20CBEC
Text Example
Text Example
White with #20CBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CBEC; }
p { color: rgb(32,203,236); }
H1.HeaderClassName
{
color: #20CBEC;
}
.AnyTagClassName
{
color: #20CBEC;
}
</style>
background-color css
<style>
a { background-color: #20CBEC; }
a { background-color: rgb(32,203,236); }
div.DivClassName
{
background-color: #20CBEC;
}
.BgClassName
{
background-color: #20CBEC;
}
</style>
border-color css
<style>
span { border-color: #20CBEC; }
span { border-color: rgb(32,203,236); }
td.TdClassName
{
border-color: #20CBEC;
}
.TagClassName
{
border-color: #20CBEC;
}
</style>