Shades of Deep Sky Blue #20CFF4
Tints of Deep Sky Blue #20CFF4
RGB
CMYK
RGB Variations
Color information
#20CFF4 (or 0x20CFF4) is known color: Deep Sky Blue. HEX triplet: 20, CF and F4. RGB value is (32,207,244). Sum of RGB (Red+Green+Blue) = 32+207+244=483 (63% of max value = 765). Red value is 32 (12.89% from 255 or 6.63% from 483); Green value is 207 (81.25% from 255 or 42.86% from 483); Blue value is 244 (95.70% from 255 or 50.52% from 483); Max value from RGB is 244 - color contains mainly: blue. Hex color #20CFF4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20CFF4 is #DF300B. Grayscale: #9E9E9E. Windows color (decimal): -14626828 or 16043808. OLE color: 16043808.
HSL color Cylindrical-coordinate representation of color #20CFF4: hue angle of 190.47º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20CFF4 is Cyan = 0.87, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 32 | 207 | 244 | - |
| CMYK | 0.87 | 0.15 | 0 | 0.04 |
| HSL | 190.47º | 0.91% | 0.54% | - |
| HSV(B) | 190.47º | 0.87% | 0.96% | - |
| XYZ | 39.24 | 51.46 | 93.45 | - |
| YUV | 158.89 | 176.02 | 37.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 207 | 244 | 0.87 | 0.15 | 0 | 0.04 | 190.47 | 0.91 | 0.54 |
| Hex | 20 | CF | F4 | 57 | F | 0 | 4 | BE | 5B | 36 |
| Octal | 40 | 317 | 364 | 127 | 17 | 0 | 4 | 276 | 133 | 66 |
| Binary | 100000 | 11001111 | 11110100 | 1010111 | 1111 | 0 | 100 | 10111110 | 1011011 | 110110 |
Color Harmonies of #20CFF4
Complementary color
Monochromatic Colors of #20CFF4
Black with #20CFF4
Text Example
Text Example
White with #20CFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CFF4; }
p { color: rgb(32,207,244); }
H1.HeaderClassName
{
color: #20CFF4;
}
.AnyTagClassName
{
color: #20CFF4;
}
</style>
background-color css
<style>
a { background-color: #20CFF4; }
a { background-color: rgb(32,207,244); }
div.DivClassName
{
background-color: #20CFF4;
}
.BgClassName
{
background-color: #20CFF4;
}
</style>
border-color css
<style>
span { border-color: #20CFF4; }
span { border-color: rgb(32,207,244); }
td.TdClassName
{
border-color: #20CFF4;
}
.TagClassName
{
border-color: #20CFF4;
}
</style>