Shades of Deep Sky Blue #20DCFD
Tints of Deep Sky Blue #20DCFD
RGB
CMYK
RGB Variations
Color information
#20DCFD (or 0x20DCFD) is known color: Deep Sky Blue. HEX triplet: 20, DC and FD. RGB value is (32,220,253). Sum of RGB (Red+Green+Blue) = 32+220+253=505 (66% of max value = 765). Red value is 32 (12.89% from 255 or 6.34% from 505); Green value is 220 (86.33% from 255 or 43.56% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #20DCFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20DCFD is #DF2302. Grayscale: #A7A7A7. Windows color (decimal): -14623491 or 16636960. OLE color: 16636960.
HSL color Cylindrical-coordinate representation of color #20DCFD: hue angle of 188.96º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20DCFD is Cyan = 0.87, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 220 | 253 | - |
| CMYK | 0.87 | 0.13 | 0 | 0.01 |
| HSL | 188.96º | 0.98% | 0.56% | - |
| HSV(B) | 188.96º | 0.87% | 0.99% | - |
| XYZ | 43.92 | 58.59 | 101.92 | - |
| YUV | 167.55 | 176.22 | 31.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 220 | 253 | 0.87 | 0.13 | 0 | 0.01 | 188.96 | 0.98 | 0.56 |
| Hex | 20 | DC | FD | 57 | D | 0 | 1 | BD | 62 | 38 |
| Octal | 40 | 334 | 375 | 127 | 15 | 0 | 1 | 275 | 142 | 70 |
| Binary | 100000 | 11011100 | 11111101 | 1010111 | 1101 | 0 | 1 | 10111101 | 1100010 | 111000 |
Color Harmonies of #20DCFD
Complementary color
Monochromatic Colors of #20DCFD
Black with #20DCFD
Text Example
Text Example
White with #20DCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DCFD; }
p { color: rgb(32,220,253); }
H1.HeaderClassName
{
color: #20DCFD;
}
.AnyTagClassName
{
color: #20DCFD;
}
</style>
background-color css
<style>
a { background-color: #20DCFD; }
a { background-color: rgb(32,220,253); }
div.DivClassName
{
background-color: #20DCFD;
}
.BgClassName
{
background-color: #20DCFD;
}
</style>
border-color css
<style>
span { border-color: #20DCFD; }
span { border-color: rgb(32,220,253); }
td.TdClassName
{
border-color: #20DCFD;
}
.TagClassName
{
border-color: #20DCFD;
}
</style>