Shades of Deep Sky Blue #20CDEF
Tints of Deep Sky Blue #20CDEF
RGB
CMYK
RGB Variations
Color information
#20CDEF (or 0x20CDEF) is known color: Deep Sky Blue. HEX triplet: 20, CD and EF. RGB value is (32,205,239). Sum of RGB (Red+Green+Blue) = 32+205+239=476 (63% of max value = 765). Red value is 32 (12.89% from 255 or 6.72% from 476); Green value is 205 (80.47% from 255 or 43.07% from 476); Blue value is 239 (93.75% from 255 or 50.21% from 476); Max value from RGB is 239 - color contains mainly: blue. Hex color #20CDEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20CDEF is #DF3210. Grayscale: #9C9C9C. Windows color (decimal): -14627345 or 15715616. OLE color: 15715616.
HSL color Cylindrical-coordinate representation of color #20CDEF: hue angle of 189.86º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20CDEF is Cyan = 0.87, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 32 | 205 | 239 | - |
| CMYK | 0.87 | 0.14 | 0 | 0.06 |
| HSL | 189.86º | 0.87% | 0.53% | - |
| HSV(B) | 189.86º | 0.87% | 0.94% | - |
| XYZ | 38.01 | 50.2 | 89.35 | - |
| YUV | 157.15 | 174.19 | 38.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 205 | 239 | 0.87 | 0.14 | 0 | 0.06 | 189.86 | 0.87 | 0.53 |
| Hex | 20 | CD | EF | 57 | E | 0 | 6 | BE | 57 | 35 |
| Octal | 40 | 315 | 357 | 127 | 16 | 0 | 6 | 276 | 127 | 65 |
| Binary | 100000 | 11001101 | 11101111 | 1010111 | 1110 | 0 | 110 | 10111110 | 1010111 | 110101 |
Color Harmonies of #20CDEF
Complementary color
Monochromatic Colors of #20CDEF
Black with #20CDEF
Text Example
Text Example
White with #20CDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CDEF; }
p { color: rgb(32,205,239); }
H1.HeaderClassName
{
color: #20CDEF;
}
.AnyTagClassName
{
color: #20CDEF;
}
</style>
background-color css
<style>
a { background-color: #20CDEF; }
a { background-color: rgb(32,205,239); }
div.DivClassName
{
background-color: #20CDEF;
}
.BgClassName
{
background-color: #20CDEF;
}
</style>
border-color css
<style>
span { border-color: #20CDEF; }
span { border-color: rgb(32,205,239); }
td.TdClassName
{
border-color: #20CDEF;
}
.TagClassName
{
border-color: #20CDEF;
}
</style>