Shades of Deep Sky Blue #20CFFF
Tints of Deep Sky Blue #20CFFF
RGB
CMYK
RGB Variations
Color information
#20CFFF (or 0x20CFFF) is known color: Deep Sky Blue. HEX triplet: 20, CF and FF. RGB value is (32,207,255). Sum of RGB (Red+Green+Blue) = 32+207+255=494 (65% of max value = 765). Red value is 32 (12.89% from 255 or 6.48% from 494); Green value is 207 (81.25% from 255 or 41.90% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #20CFFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20CFFF is #DF3000. Grayscale: #9F9F9F. Windows color (decimal): -14626817 or 16764704. OLE color: 16764704.
HSL color Cylindrical-coordinate representation of color #20CFFF: hue angle of 192.91º 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 #20CFFF is Cyan = 0.87, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 32 | 207 | 255 | - |
| CMYK | 0.87 | 0.19 | 0 | 0 |
| HSL | 192.91º | 1% | 0.56% | - |
| HSV(B) | 192.91º | 0.87% | 1% | - |
| XYZ | 40.96 | 52.15 | 102.52 | - |
| YUV | 160.15 | 181.52 | 36.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 207 | 255 | 0.87 | 0.19 | 0 | 0 | 192.91 | 1 | 0.56 |
| Hex | 20 | CF | FF | 57 | 13 | 0 | 0 | C1 | 64 | 38 |
| Octal | 40 | 317 | 377 | 127 | 23 | 0 | 0 | 301 | 144 | 70 |
| Binary | 100000 | 11001111 | 11111111 | 1010111 | 10011 | 0 | 0 | 11000001 | 1100100 | 111000 |
Color Harmonies of #20CFFF
Complementary color
Monochromatic Colors of #20CFFF
Black with #20CFFF
Text Example
Text Example
White with #20CFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CFFF; }
p { color: rgb(32,207,255); }
H1.HeaderClassName
{
color: #20CFFF;
}
.AnyTagClassName
{
color: #20CFFF;
}
</style>
background-color css
<style>
a { background-color: #20CFFF; }
a { background-color: rgb(32,207,255); }
div.DivClassName
{
background-color: #20CFFF;
}
.BgClassName
{
background-color: #20CFFF;
}
</style>
border-color css
<style>
span { border-color: #20CFFF; }
span { border-color: rgb(32,207,255); }
td.TdClassName
{
border-color: #20CFFF;
}
.TagClassName
{
border-color: #20CFFF;
}
</style>