Shades of Deep Sky Blue #20CEF8
Tints of Deep Sky Blue #20CEF8
RGB
CMYK
RGB Variations
Color information
#20CEF8 (or 0x20CEF8) is known color: Deep Sky Blue. HEX triplet: 20, CE and F8. RGB value is (32,206,248). Sum of RGB (Red+Green+Blue) = 32+206+248=486 (64% of max value = 765). Red value is 32 (12.89% from 255 or 6.58% from 486); Green value is 206 (80.86% from 255 or 42.39% from 486); Blue value is 248 (97.27% from 255 or 51.03% from 486); Max value from RGB is 248 - color contains mainly: blue. Hex color #20CEF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20CEF8 is #DF3107. Grayscale: #9E9E9E. Windows color (decimal): -14627080 or 16305696. OLE color: 16305696.
HSL color Cylindrical-coordinate representation of color #20CEF8: hue angle of 191.67º degrees, saturation: 0.94, 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 #20CEF8 is Cyan = 0.87, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 32 | 206 | 248 | - |
| CMYK | 0.87 | 0.17 | 0 | 0.03 |
| HSL | 191.67º | 0.94% | 0.55% | - |
| HSV(B) | 191.67º | 0.87% | 0.97% | - |
| XYZ | 39.61 | 51.23 | 96.61 | - |
| YUV | 158.76 | 178.35 | 37.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 206 | 248 | 0.87 | 0.17 | 0 | 0.03 | 191.67 | 0.94 | 0.55 |
| Hex | 20 | CE | F8 | 57 | 11 | 0 | 3 | C0 | 5E | 37 |
| Octal | 40 | 316 | 370 | 127 | 21 | 0 | 3 | 300 | 136 | 67 |
| Binary | 100000 | 11001110 | 11111000 | 1010111 | 10001 | 0 | 11 | 11000000 | 1011110 | 110111 |
Color Harmonies of #20CEF8
Complementary color
Monochromatic Colors of #20CEF8
Black with #20CEF8
Text Example
Text Example
White with #20CEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CEF8; }
p { color: rgb(32,206,248); }
H1.HeaderClassName
{
color: #20CEF8;
}
.AnyTagClassName
{
color: #20CEF8;
}
</style>
background-color css
<style>
a { background-color: #20CEF8; }
a { background-color: rgb(32,206,248); }
div.DivClassName
{
background-color: #20CEF8;
}
.BgClassName
{
background-color: #20CEF8;
}
</style>
border-color css
<style>
span { border-color: #20CEF8; }
span { border-color: rgb(32,206,248); }
td.TdClassName
{
border-color: #20CEF8;
}
.TagClassName
{
border-color: #20CEF8;
}
</style>