Shades of Deep Sky Blue #20DAFF
Tints of Deep Sky Blue #20DAFF
RGB
CMYK
RGB Variations
Color information
#20DAFF (or 0x20DAFF) is known color: Deep Sky Blue. HEX triplet: 20, DA and FF. RGB value is (32,218,255). Sum of RGB (Red+Green+Blue) = 32+218+255=505 (66% of max value = 765). Red value is 32 (12.89% from 255 or 6.34% from 505); Green value is 218 (85.55% from 255 or 43.17% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #20DAFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20DAFF is #DF2500. Grayscale: #A6A6A6. Windows color (decimal): -14624001 or 16767520. OLE color: 16767520.
HSL color Cylindrical-coordinate representation of color #20DAFF: hue angle of 189.96º 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 #20DAFF is Cyan = 0.87, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 32 | 218 | 255 | - |
| CMYK | 0.87 | 0.15 | 0 | 0 |
| HSL | 189.96º | 1% | 0.56% | - |
| HSV(B) | 189.96º | 0.87% | 1% | - |
| XYZ | 43.72 | 57.67 | 103.44 | - |
| YUV | 166.6 | 177.88 | 31.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 218 | 255 | 0.87 | 0.15 | 0 | 0 | 189.96 | 1 | 0.56 |
| Hex | 20 | DA | FF | 57 | F | 0 | 0 | BE | 64 | 38 |
| Octal | 40 | 332 | 377 | 127 | 17 | 0 | 0 | 276 | 144 | 70 |
| Binary | 100000 | 11011010 | 11111111 | 1010111 | 1111 | 0 | 0 | 10111110 | 1100100 | 111000 |
Color Harmonies of #20DAFF
Complementary color
Monochromatic Colors of #20DAFF
Black with #20DAFF
Text Example
Text Example
White with #20DAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DAFF; }
p { color: rgb(32,218,255); }
H1.HeaderClassName
{
color: #20DAFF;
}
.AnyTagClassName
{
color: #20DAFF;
}
</style>
background-color css
<style>
a { background-color: #20DAFF; }
a { background-color: rgb(32,218,255); }
div.DivClassName
{
background-color: #20DAFF;
}
.BgClassName
{
background-color: #20DAFF;
}
</style>
border-color css
<style>
span { border-color: #20DAFF; }
span { border-color: rgb(32,218,255); }
td.TdClassName
{
border-color: #20DAFF;
}
.TagClassName
{
border-color: #20DAFF;
}
</style>