Shades of Deep Sky Blue #20BDF4
Tints of Deep Sky Blue #20BDF4
RGB
CMYK
RGB Variations
Color information
#20BDF4 (or 0x20BDF4) is known color: Deep Sky Blue. HEX triplet: 20, BD and F4. RGB value is (32,189,244). Sum of RGB (Red+Green+Blue) = 32+189+244=465 (61% of max value = 765). Red value is 32 (12.89% from 255 or 6.88% from 465); Green value is 189 (74.22% from 255 or 40.65% from 465); Blue value is 244 (95.70% from 255 or 52.47% from 465); Max value from RGB is 244 - color contains mainly: blue. Hex color #20BDF4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20BDF4 is #DF420B. Grayscale: #939393. Windows color (decimal): -14631436 or 16039200. OLE color: 16039200.
HSL color Cylindrical-coordinate representation of color #20BDF4: hue angle of 195.57º 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 #20BDF4 is Cyan = 0.87, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 32 | 189 | 244 | - |
| CMYK | 0.87 | 0.23 | 0 | 0.04 |
| HSL | 195.57º | 0.91% | 0.54% | - |
| HSV(B) | 195.57º | 0.87% | 0.96% | - |
| XYZ | 35.12 | 43.23 | 92.08 | - |
| YUV | 148.33 | 181.99 | 45.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 189 | 244 | 0.87 | 0.23 | 0 | 0.04 | 195.57 | 0.91 | 0.54 |
| Hex | 20 | BD | F4 | 57 | 17 | 0 | 4 | C4 | 5B | 36 |
| Octal | 40 | 275 | 364 | 127 | 27 | 0 | 4 | 304 | 133 | 66 |
| Binary | 100000 | 10111101 | 11110100 | 1010111 | 10111 | 0 | 100 | 11000100 | 1011011 | 110110 |
Color Harmonies of #20BDF4
Complementary color
Monochromatic Colors of #20BDF4
Black with #20BDF4
Text Example
Text Example
White with #20BDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BDF4; }
p { color: rgb(32,189,244); }
H1.HeaderClassName
{
color: #20BDF4;
}
.AnyTagClassName
{
color: #20BDF4;
}
</style>
background-color css
<style>
a { background-color: #20BDF4; }
a { background-color: rgb(32,189,244); }
div.DivClassName
{
background-color: #20BDF4;
}
.BgClassName
{
background-color: #20BDF4;
}
</style>
border-color css
<style>
span { border-color: #20BDF4; }
span { border-color: rgb(32,189,244); }
td.TdClassName
{
border-color: #20BDF4;
}
.TagClassName
{
border-color: #20BDF4;
}
</style>