Shades of Deep Sky Blue #20CCF7
Tints of Deep Sky Blue #20CCF7
RGB
CMYK
RGB Variations
Color information
#20CCF7 (or 0x20CCF7) is known color: Deep Sky Blue. HEX triplet: 20, CC and F7. RGB value is (32,204,247). Sum of RGB (Red+Green+Blue) = 32+204+247=483 (63% of max value = 765). Red value is 32 (12.89% from 255 or 6.63% from 483); Green value is 204 (80.08% from 255 or 42.24% from 483); Blue value is 247 (96.88% from 255 or 51.14% from 483); Max value from RGB is 247 - color contains mainly: blue. Hex color #20CCF7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20CCF7 is #DF3308. Grayscale: #9D9D9D. Windows color (decimal): -14627593 or 16239648. OLE color: 16239648.
HSL color Cylindrical-coordinate representation of color #20CCF7: hue angle of 192º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20CCF7 is Cyan = 0.87, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 32 | 204 | 247 | - |
| CMYK | 0.87 | 0.17 | 0 | 0.03 |
| HSL | 192º | 0.93% | 0.55% | - |
| HSV(B) | 192º | 0.87% | 0.97% | - |
| XYZ | 38.98 | 50.21 | 95.63 | - |
| YUV | 157.47 | 178.52 | 38.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 204 | 247 | 0.87 | 0.17 | 0 | 0.03 | 192 | 0.93 | 0.55 |
| Hex | 20 | CC | F7 | 57 | 11 | 0 | 3 | C0 | 5D | 37 |
| Octal | 40 | 314 | 367 | 127 | 21 | 0 | 3 | 300 | 135 | 67 |
| Binary | 100000 | 11001100 | 11110111 | 1010111 | 10001 | 0 | 11 | 11000000 | 1011101 | 110111 |
Color Harmonies of #20CCF7
Complementary color
Monochromatic Colors of #20CCF7
Black with #20CCF7
Text Example
Text Example
White with #20CCF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CCF7; }
p { color: rgb(32,204,247); }
H1.HeaderClassName
{
color: #20CCF7;
}
.AnyTagClassName
{
color: #20CCF7;
}
</style>
background-color css
<style>
a { background-color: #20CCF7; }
a { background-color: rgb(32,204,247); }
div.DivClassName
{
background-color: #20CCF7;
}
.BgClassName
{
background-color: #20CCF7;
}
</style>
border-color css
<style>
span { border-color: #20CCF7; }
span { border-color: rgb(32,204,247); }
td.TdClassName
{
border-color: #20CCF7;
}
.TagClassName
{
border-color: #20CCF7;
}
</style>