Shades of Deep Sky Blue #20DCFF
Tints of Deep Sky Blue #20DCFF
RGB
CMYK
RGB Variations
Color information
#20DCFF (or 0x20DCFF) is known color: Deep Sky Blue. HEX triplet: 20, DC and FF. RGB value is (32,220,255). Sum of RGB (Red+Green+Blue) = 32+220+255=507 (67% of max value = 765). Red value is 32 (12.89% from 255 or 6.31% from 507); Green value is 220 (86.33% from 255 or 43.39% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #20DCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20DCFF is #DF2300. Grayscale: #A7A7A7. Windows color (decimal): -14623489 or 16768032. OLE color: 16768032.
HSL color Cylindrical-coordinate representation of color #20DCFF: hue angle of 189.42º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20DCFF is Cyan = 0.87, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 32 | 220 | 255 | - |
| CMYK | 0.87 | 0.14 | 0 | 0 |
| HSL | 189.42º | 1% | 0.56% | - |
| HSV(B) | 189.42º | 0.87% | 1% | - |
| XYZ | 44.24 | 58.71 | 103.61 | - |
| YUV | 167.78 | 177.22 | 31.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 220 | 255 | 0.87 | 0.14 | 0 | 0 | 189.42 | 1 | 0.56 |
| Hex | 20 | DC | FF | 57 | E | 0 | 0 | BD | 64 | 38 |
| Octal | 40 | 334 | 377 | 127 | 16 | 0 | 0 | 275 | 144 | 70 |
| Binary | 100000 | 11011100 | 11111111 | 1010111 | 1110 | 0 | 0 | 10111101 | 1100100 | 111000 |
Color Harmonies of #20DCFF
Complementary color
Monochromatic Colors of #20DCFF
Black with #20DCFF
Text Example
Text Example
White with #20DCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DCFF; }
p { color: rgb(32,220,255); }
H1.HeaderClassName
{
color: #20DCFF;
}
.AnyTagClassName
{
color: #20DCFF;
}
</style>
background-color css
<style>
a { background-color: #20DCFF; }
a { background-color: rgb(32,220,255); }
div.DivClassName
{
background-color: #20DCFF;
}
.BgClassName
{
background-color: #20DCFF;
}
</style>
border-color css
<style>
span { border-color: #20DCFF; }
span { border-color: rgb(32,220,255); }
td.TdClassName
{
border-color: #20DCFF;
}
.TagClassName
{
border-color: #20DCFF;
}
</style>