Shades of Deep Sky Blue #20BEF8
Tints of Deep Sky Blue #20BEF8
RGB
CMYK
RGB Variations
Color information
#20BEF8 (or 0x20BEF8) is known color: Deep Sky Blue. HEX triplet: 20, BE and F8. RGB value is (32,190,248). Sum of RGB (Red+Green+Blue) = 32+190+248=470 (62% of max value = 765). Red value is 32 (12.89% from 255 or 6.81% from 470); Green value is 190 (74.61% from 255 or 40.43% from 470); Blue value is 248 (97.27% from 255 or 52.77% from 470); Max value from RGB is 248 - color contains mainly: blue. Hex color #20BEF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20BEF8 is #DF4107. Grayscale: #949494. Windows color (decimal): -14631176 or 16301600. OLE color: 16301600.
HSL color Cylindrical-coordinate representation of color #20BEF8: hue angle of 196.11º 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 #20BEF8 is Cyan = 0.87, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 32 | 190 | 248 | - |
| CMYK | 0.87 | 0.23 | 0 | 0.03 |
| HSL | 196.11º | 0.94% | 0.55% | - |
| HSV(B) | 196.11º | 0.87% | 0.97% | - |
| XYZ | 35.95 | 43.91 | 95.39 | - |
| YUV | 149.37 | 183.65 | 44.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 190 | 248 | 0.87 | 0.23 | 0 | 0.03 | 196.11 | 0.94 | 0.55 |
| Hex | 20 | BE | F8 | 57 | 17 | 0 | 3 | C4 | 5E | 37 |
| Octal | 40 | 276 | 370 | 127 | 27 | 0 | 3 | 304 | 136 | 67 |
| Binary | 100000 | 10111110 | 11111000 | 1010111 | 10111 | 0 | 11 | 11000100 | 1011110 | 110111 |
Color Harmonies of #20BEF8
Complementary color
Monochromatic Colors of #20BEF8
Black with #20BEF8
Text Example
Text Example
White with #20BEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BEF8; }
p { color: rgb(32,190,248); }
H1.HeaderClassName
{
color: #20BEF8;
}
.AnyTagClassName
{
color: #20BEF8;
}
</style>
background-color css
<style>
a { background-color: #20BEF8; }
a { background-color: rgb(32,190,248); }
div.DivClassName
{
background-color: #20BEF8;
}
.BgClassName
{
background-color: #20BEF8;
}
</style>
border-color css
<style>
span { border-color: #20BEF8; }
span { border-color: rgb(32,190,248); }
td.TdClassName
{
border-color: #20BEF8;
}
.TagClassName
{
border-color: #20BEF8;
}
</style>