Shades of Deep Sky Blue #20CCF6
Tints of Deep Sky Blue #20CCF6
RGB
CMYK
RGB Variations
Color information
#20CCF6 (or 0x20CCF6) is known color: Deep Sky Blue. HEX triplet: 20, CC and F6. RGB value is (32,204,246). Sum of RGB (Red+Green+Blue) = 32+204+246=482 (63% of max value = 765). Red value is 32 (12.89% from 255 or 6.64% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 246 (96.48% from 255 or 51.04% from 482); Max value from RGB is 246 - color contains mainly: blue. Hex color #20CCF6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20CCF6 is #DF3309. Grayscale: #9D9D9D. Windows color (decimal): -14627594 or 16174112. OLE color: 16174112.
HSL color Cylindrical-coordinate representation of color #20CCF6: hue angle of 191.78º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20CCF6 is Cyan = 0.87, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 32 | 204 | 246 | - |
| CMYK | 0.87 | 0.17 | 0 | 0.04 |
| HSL | 191.78º | 0.92% | 0.55% | - |
| HSV(B) | 191.78º | 0.87% | 0.96% | - |
| XYZ | 38.82 | 50.15 | 94.82 | - |
| YUV | 157.36 | 178.02 | 38.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 204 | 246 | 0.87 | 0.17 | 0 | 0.04 | 191.78 | 0.92 | 0.55 |
| Hex | 20 | CC | F6 | 57 | 11 | 0 | 4 | C0 | 5C | 37 |
| Octal | 40 | 314 | 366 | 127 | 21 | 0 | 4 | 300 | 134 | 67 |
| Binary | 100000 | 11001100 | 11110110 | 1010111 | 10001 | 0 | 100 | 11000000 | 1011100 | 110111 |
Color Harmonies of #20CCF6
Complementary color
Monochromatic Colors of #20CCF6
Black with #20CCF6
Text Example
Text Example
White with #20CCF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CCF6; }
p { color: rgb(32,204,246); }
H1.HeaderClassName
{
color: #20CCF6;
}
.AnyTagClassName
{
color: #20CCF6;
}
</style>
background-color css
<style>
a { background-color: #20CCF6; }
a { background-color: rgb(32,204,246); }
div.DivClassName
{
background-color: #20CCF6;
}
.BgClassName
{
background-color: #20CCF6;
}
</style>
border-color css
<style>
span { border-color: #20CCF6; }
span { border-color: rgb(32,204,246); }
td.TdClassName
{
border-color: #20CCF6;
}
.TagClassName
{
border-color: #20CCF6;
}
</style>