Shades of Deep Sky Blue #20BEFF
Tints of Deep Sky Blue #20BEFF
RGB
CMYK
RGB Variations
Color information
#20BEFF (or 0x20BEFF) is known color: Deep Sky Blue. HEX triplet: 20, BE and FF. RGB value is (32,190,255). Sum of RGB (Red+Green+Blue) = 32+190+255=477 (63% of max value = 765). Red value is 32 (12.89% from 255 or 6.71% from 477); Green value is 190 (74.61% from 255 or 39.83% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #20BEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20BEFF is #DF4100. Grayscale: #959595. Windows color (decimal): -14631169 or 16760352. OLE color: 16760352.
HSL color Cylindrical-coordinate representation of color #20BEFF: hue angle of 197.49º 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 #20BEFF is Cyan = 0.87, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 32 | 190 | 255 | - |
| CMYK | 0.87 | 0.25 | 0 | 0 |
| HSL | 197.49º | 1% | 0.56% | - |
| HSV(B) | 197.49º | 0.87% | 1% | - |
| XYZ | 37.06 | 44.35 | 101.22 | - |
| YUV | 150.17 | 187.15 | 43.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 190 | 255 | 0.87 | 0.25 | 0 | 0 | 197.49 | 1 | 0.56 |
| Hex | 20 | BE | FF | 57 | 19 | 0 | 0 | C5 | 64 | 38 |
| Octal | 40 | 276 | 377 | 127 | 31 | 0 | 0 | 305 | 144 | 70 |
| Binary | 100000 | 10111110 | 11111111 | 1010111 | 11001 | 0 | 0 | 11000101 | 1100100 | 111000 |
Color Harmonies of #20BEFF
Complementary color
Monochromatic Colors of #20BEFF
Black with #20BEFF
Text Example
Text Example
White with #20BEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BEFF; }
p { color: rgb(32,190,255); }
H1.HeaderClassName
{
color: #20BEFF;
}
.AnyTagClassName
{
color: #20BEFF;
}
</style>
background-color css
<style>
a { background-color: #20BEFF; }
a { background-color: rgb(32,190,255); }
div.DivClassName
{
background-color: #20BEFF;
}
.BgClassName
{
background-color: #20BEFF;
}
</style>
border-color css
<style>
span { border-color: #20BEFF; }
span { border-color: rgb(32,190,255); }
td.TdClassName
{
border-color: #20BEFF;
}
.TagClassName
{
border-color: #20BEFF;
}
</style>