Shades of Deep Sky Blue #20BFFE
Tints of Deep Sky Blue #20BFFE
RGB
CMYK
RGB Variations
Color information
#20BFFE (or 0x20BFFE) is known color: Deep Sky Blue. HEX triplet: 20, BF and FE. RGB value is (32,191,254). Sum of RGB (Red+Green+Blue) = 32+191+254=477 (63% of max value = 765). Red value is 32 (12.89% from 255 or 6.71% from 477); Green value is 191 (75% from 255 or 40.04% from 477); Blue value is 254 (99.61% from 255 or 53.25% from 477); Max value from RGB is 254 - color contains mainly: blue. Hex color #20BFFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20BFFE is #DF4001. Grayscale: #969696. Windows color (decimal): -14630914 or 16695072. OLE color: 16695072.
HSL color Cylindrical-coordinate representation of color #20BFFE: hue angle of 197.03º 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 #20BFFE is Cyan = 0.87, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 32 | 191 | 254 | - |
| CMYK | 0.87 | 0.25 | 0 | 0.00 |
| HSL | 197.03º | 0.99% | 0.56% | - |
| HSV(B) | 197.03º | 0.87% | 1% | - |
| XYZ | 37.12 | 44.72 | 100.44 | - |
| YUV | 150.64 | 186.32 | 43.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 191 | 254 | 0.87 | 0.25 | 0 | 0.00 | 197.03 | 0.99 | 0.56 |
| Hex | 20 | BF | FE | 57 | 19 | 0 | 0 | C5 | 63 | 38 |
| Octal | 40 | 277 | 376 | 127 | 31 | 0 | 0 | 305 | 143 | 70 |
| Binary | 100000 | 10111111 | 11111110 | 1010111 | 11001 | 0 | 0 | 11000101 | 1100011 | 111000 |
Color Harmonies of #20BFFE
Complementary color
Monochromatic Colors of #20BFFE
Black with #20BFFE
Text Example
Text Example
White with #20BFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BFFE; }
p { color: rgb(32,191,254); }
H1.HeaderClassName
{
color: #20BFFE;
}
.AnyTagClassName
{
color: #20BFFE;
}
</style>
background-color css
<style>
a { background-color: #20BFFE; }
a { background-color: rgb(32,191,254); }
div.DivClassName
{
background-color: #20BFFE;
}
.BgClassName
{
background-color: #20BFFE;
}
</style>
border-color css
<style>
span { border-color: #20BFFE; }
span { border-color: rgb(32,191,254); }
td.TdClassName
{
border-color: #20BFFE;
}
.TagClassName
{
border-color: #20BFFE;
}
</style>