Shades of Deep Sky Blue #20C5FF
Tints of Deep Sky Blue #20C5FF
RGB
CMYK
RGB Variations
Color information
#20C5FF (or 0x20C5FF) is known color: Deep Sky Blue. HEX triplet: 20, C5 and FF. RGB value is (32,197,255). Sum of RGB (Red+Green+Blue) = 32+197+255=484 (64% of max value = 765). Red value is 32 (12.89% from 255 or 6.61% from 484); Green value is 197 (77.34% from 255 or 40.70% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #20C5FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20C5FF is #DF3A00. Grayscale: #999999. Windows color (decimal): -14629377 or 16762144. OLE color: 16762144.
HSL color Cylindrical-coordinate representation of color #20C5FF: hue angle of 195.61º 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 #20C5FF is Cyan = 0.87, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 32 | 197 | 255 | - |
| CMYK | 0.87 | 0.23 | 0 | 0 |
| HSL | 195.61º | 1% | 0.56% | - |
| HSV(B) | 195.61º | 0.87% | 1% | - |
| XYZ | 38.61 | 47.46 | 101.73 | - |
| YUV | 154.28 | 184.84 | 40.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 197 | 255 | 0.87 | 0.23 | 0 | 0 | 195.61 | 1 | 0.56 |
| Hex | 20 | C5 | FF | 57 | 17 | 0 | 0 | C4 | 64 | 38 |
| Octal | 40 | 305 | 377 | 127 | 27 | 0 | 0 | 304 | 144 | 70 |
| Binary | 100000 | 11000101 | 11111111 | 1010111 | 10111 | 0 | 0 | 11000100 | 1100100 | 111000 |
Color Harmonies of #20C5FF
Complementary color
Monochromatic Colors of #20C5FF
Black with #20C5FF
Text Example
Text Example
White with #20C5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C5FF; }
p { color: rgb(32,197,255); }
H1.HeaderClassName
{
color: #20C5FF;
}
.AnyTagClassName
{
color: #20C5FF;
}
</style>
background-color css
<style>
a { background-color: #20C5FF; }
a { background-color: rgb(32,197,255); }
div.DivClassName
{
background-color: #20C5FF;
}
.BgClassName
{
background-color: #20C5FF;
}
</style>
border-color css
<style>
span { border-color: #20C5FF; }
span { border-color: rgb(32,197,255); }
td.TdClassName
{
border-color: #20C5FF;
}
.TagClassName
{
border-color: #20C5FF;
}
</style>