Shades of Deep Sky Blue #20CDF7
Tints of Deep Sky Blue #20CDF7
RGB
CMYK
RGB Variations
Color information
#20CDF7 (or 0x20CDF7) is known color: Deep Sky Blue. HEX triplet: 20, CD and F7. RGB value is (32,205,247). Sum of RGB (Red+Green+Blue) = 32+205+247=484 (64% of max value = 765). Red value is 32 (12.89% from 255 or 6.61% from 484); Green value is 205 (80.47% from 255 or 42.36% from 484); Blue value is 247 (96.88% from 255 or 51.03% from 484); Max value from RGB is 247 - color contains mainly: blue. Hex color #20CDF7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20CDF7 is #DF3208. Grayscale: #9D9D9D. Windows color (decimal): -14627337 or 16239904. OLE color: 16239904.
HSL color Cylindrical-coordinate representation of color #20CDF7: hue angle of 191.72º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20CDF7 is Cyan = 0.87, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 32 | 205 | 247 | - |
| CMYK | 0.87 | 0.17 | 0 | 0.03 |
| HSL | 191.72º | 0.93% | 0.55% | - |
| HSV(B) | 191.72º | 0.87% | 0.97% | - |
| XYZ | 39.22 | 50.69 | 95.71 | - |
| YUV | 158.06 | 178.19 | 38.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 205 | 247 | 0.87 | 0.17 | 0 | 0.03 | 191.72 | 0.93 | 0.55 |
| Hex | 20 | CD | F7 | 57 | 11 | 0 | 3 | C0 | 5D | 37 |
| Octal | 40 | 315 | 367 | 127 | 21 | 0 | 3 | 300 | 135 | 67 |
| Binary | 100000 | 11001101 | 11110111 | 1010111 | 10001 | 0 | 11 | 11000000 | 1011101 | 110111 |
Color Harmonies of #20CDF7
Complementary color
Monochromatic Colors of #20CDF7
Black with #20CDF7
Text Example
Text Example
White with #20CDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CDF7; }
p { color: rgb(32,205,247); }
H1.HeaderClassName
{
color: #20CDF7;
}
.AnyTagClassName
{
color: #20CDF7;
}
</style>
background-color css
<style>
a { background-color: #20CDF7; }
a { background-color: rgb(32,205,247); }
div.DivClassName
{
background-color: #20CDF7;
}
.BgClassName
{
background-color: #20CDF7;
}
</style>
border-color css
<style>
span { border-color: #20CDF7; }
span { border-color: rgb(32,205,247); }
td.TdClassName
{
border-color: #20CDF7;
}
.TagClassName
{
border-color: #20CDF7;
}
</style>