Shades of Deep Sky Blue #20CDFF
Tints of Deep Sky Blue #20CDFF
RGB
CMYK
RGB Variations
Color information
#20CDFF (or 0x20CDFF) is known color: Deep Sky Blue. HEX triplet: 20, CD and FF. RGB value is (32,205,255). Sum of RGB (Red+Green+Blue) = 32+205+255=492 (65% of max value = 765). Red value is 32 (12.89% from 255 or 6.50% from 492); Green value is 205 (80.47% from 255 or 41.67% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #20CDFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20CDFF is #DF3200. Grayscale: #9E9E9E. Windows color (decimal): -14627329 or 16764192. OLE color: 16764192.
HSL color Cylindrical-coordinate representation of color #20CDFF: hue angle of 193.45º 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 #20CDFF is Cyan = 0.87, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 32 | 205 | 255 | - |
| CMYK | 0.87 | 0.20 | 0 | 0 |
| HSL | 193.45º | 1% | 0.56% | - |
| HSV(B) | 193.45º | 0.87% | 1% | - |
| XYZ | 40.48 | 51.19 | 102.36 | - |
| YUV | 158.97 | 182.19 | 37.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 205 | 255 | 0.87 | 0.20 | 0 | 0 | 193.45 | 1 | 0.56 |
| Hex | 20 | CD | FF | 57 | 14 | 0 | 0 | C1 | 64 | 38 |
| Octal | 40 | 315 | 377 | 127 | 24 | 0 | 0 | 301 | 144 | 70 |
| Binary | 100000 | 11001101 | 11111111 | 1010111 | 10100 | 0 | 0 | 11000001 | 1100100 | 111000 |
Color Harmonies of #20CDFF
Complementary color
Monochromatic Colors of #20CDFF
Black with #20CDFF
Text Example
Text Example
White with #20CDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CDFF; }
p { color: rgb(32,205,255); }
H1.HeaderClassName
{
color: #20CDFF;
}
.AnyTagClassName
{
color: #20CDFF;
}
</style>
background-color css
<style>
a { background-color: #20CDFF; }
a { background-color: rgb(32,205,255); }
div.DivClassName
{
background-color: #20CDFF;
}
.BgClassName
{
background-color: #20CDFF;
}
</style>
border-color css
<style>
span { border-color: #20CDFF; }
span { border-color: rgb(32,205,255); }
td.TdClassName
{
border-color: #20CDFF;
}
.TagClassName
{
border-color: #20CDFF;
}
</style>