Shades of Deep Sky Blue #20CCFC
Tints of Deep Sky Blue #20CCFC
RGB
CMYK
RGB Variations
Color information
#20CCFC (or 0x20CCFC) is known color: Deep Sky Blue. HEX triplet: 20, CC and FC. RGB value is (32,204,252). Sum of RGB (Red+Green+Blue) = 32+204+252=488 (64% of max value = 765). Red value is 32 (12.89% from 255 or 6.56% from 488); Green value is 204 (80.08% from 255 or 41.80% from 488); Blue value is 252 (98.83% from 255 or 51.64% from 488); Max value from RGB is 252 - color contains mainly: blue. Hex color #20CCFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20CCFC is #DF3303. Grayscale: #9D9D9D. Windows color (decimal): -14627588 or 16567328. OLE color: 16567328.
HSL color Cylindrical-coordinate representation of color #20CCFC: hue angle of 193.09º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20CCFC is Cyan = 0.87, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 204 | 252 | - |
| CMYK | 0.87 | 0.19 | 0 | 0.01 |
| HSL | 193.09º | 0.97% | 0.56% | - |
| HSV(B) | 193.09º | 0.87% | 0.99% | - |
| XYZ | 39.76 | 50.52 | 99.75 | - |
| YUV | 158.04 | 181.02 | 38.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 204 | 252 | 0.87 | 0.19 | 0 | 0.01 | 193.09 | 0.97 | 0.56 |
| Hex | 20 | CC | FC | 57 | 13 | 0 | 1 | C1 | 61 | 38 |
| Octal | 40 | 314 | 374 | 127 | 23 | 0 | 1 | 301 | 141 | 70 |
| Binary | 100000 | 11001100 | 11111100 | 1010111 | 10011 | 0 | 1 | 11000001 | 1100001 | 111000 |
Color Harmonies of #20CCFC
Complementary color
Monochromatic Colors of #20CCFC
Black with #20CCFC
Text Example
Text Example
White with #20CCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CCFC; }
p { color: rgb(32,204,252); }
H1.HeaderClassName
{
color: #20CCFC;
}
.AnyTagClassName
{
color: #20CCFC;
}
</style>
background-color css
<style>
a { background-color: #20CCFC; }
a { background-color: rgb(32,204,252); }
div.DivClassName
{
background-color: #20CCFC;
}
.BgClassName
{
background-color: #20CCFC;
}
</style>
border-color css
<style>
span { border-color: #20CCFC; }
span { border-color: rgb(32,204,252); }
td.TdClassName
{
border-color: #20CCFC;
}
.TagClassName
{
border-color: #20CCFC;
}
</style>