Shades of Deep Sky Blue #20BDFE
Tints of Deep Sky Blue #20BDFE
RGB
CMYK
RGB Variations
Color information
#20BDFE (or 0x20BDFE) is known color: Deep Sky Blue. HEX triplet: 20, BD and FE. RGB value is (32,189,254). Sum of RGB (Red+Green+Blue) = 32+189+254=475 (62% of max value = 765). Red value is 32 (12.89% from 255 or 6.74% from 475); Green value is 189 (74.22% from 255 or 39.79% from 475); Blue value is 254 (99.61% from 255 or 53.47% from 475); Max value from RGB is 254 - color contains mainly: blue. Hex color #20BDFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20BDFE is #DF4201. Grayscale: #959595. Windows color (decimal): -14631426 or 16694560. OLE color: 16694560.
HSL color Cylindrical-coordinate representation of color #20BDFE: hue angle of 197.57º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20BDFE is Cyan = 0.87, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 32 | 189 | 254 | - |
| CMYK | 0.87 | 0.26 | 0 | 0.00 |
| HSL | 197.57º | 0.99% | 0.56% | - |
| HSV(B) | 197.57º | 0.87% | 1% | - |
| XYZ | 36.68 | 43.86 | 100.3 | - |
| YUV | 149.47 | 186.99 | 44.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 189 | 254 | 0.87 | 0.26 | 0 | 0.00 | 197.57 | 0.99 | 0.56 |
| Hex | 20 | BD | FE | 57 | 1A | 0 | 0 | C6 | 63 | 38 |
| Octal | 40 | 275 | 376 | 127 | 32 | 0 | 0 | 306 | 143 | 70 |
| Binary | 100000 | 10111101 | 11111110 | 1010111 | 11010 | 0 | 0 | 11000110 | 1100011 | 111000 |
Color Harmonies of #20BDFE
Complementary color
Monochromatic Colors of #20BDFE
Black with #20BDFE
Text Example
Text Example
White with #20BDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BDFE; }
p { color: rgb(32,189,254); }
H1.HeaderClassName
{
color: #20BDFE;
}
.AnyTagClassName
{
color: #20BDFE;
}
</style>
background-color css
<style>
a { background-color: #20BDFE; }
a { background-color: rgb(32,189,254); }
div.DivClassName
{
background-color: #20BDFE;
}
.BgClassName
{
background-color: #20BDFE;
}
</style>
border-color css
<style>
span { border-color: #20BDFE; }
span { border-color: rgb(32,189,254); }
td.TdClassName
{
border-color: #20BDFE;
}
.TagClassName
{
border-color: #20BDFE;
}
</style>