Shades of Deep Sky Blue #20BFF8
Tints of Deep Sky Blue #20BFF8
RGB
CMYK
RGB Variations
Color information
#20BFF8 (or 0x20BFF8) is known color: Deep Sky Blue. HEX triplet: 20, BF and F8. RGB value is (32,191,248). Sum of RGB (Red+Green+Blue) = 32+191+248=471 (62% of max value = 765). Red value is 32 (12.89% from 255 or 6.79% from 471); Green value is 191 (75% from 255 or 40.55% from 471); Blue value is 248 (97.27% from 255 or 52.65% from 471); Max value from RGB is 248 - color contains mainly: blue. Hex color #20BFF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20BFF8 is #DF4007. Grayscale: #959595. Windows color (decimal): -14630920 or 16301856. OLE color: 16301856.
HSL color Cylindrical-coordinate representation of color #20BFF8: hue angle of 195.83º 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 #20BFF8 is Cyan = 0.87, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 32 | 191 | 248 | - |
| CMYK | 0.87 | 0.23 | 0 | 0.03 |
| HSL | 195.83º | 0.94% | 0.55% | - |
| HSV(B) | 195.83º | 0.87% | 0.97% | - |
| XYZ | 36.17 | 44.35 | 95.46 | - |
| YUV | 149.96 | 183.32 | 43.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 191 | 248 | 0.87 | 0.23 | 0 | 0.03 | 195.83 | 0.94 | 0.55 |
| Hex | 20 | BF | F8 | 57 | 17 | 0 | 3 | C4 | 5E | 37 |
| Octal | 40 | 277 | 370 | 127 | 27 | 0 | 3 | 304 | 136 | 67 |
| Binary | 100000 | 10111111 | 11111000 | 1010111 | 10111 | 0 | 11 | 11000100 | 1011110 | 110111 |
Color Harmonies of #20BFF8
Complementary color
Monochromatic Colors of #20BFF8
Black with #20BFF8
Text Example
Text Example
White with #20BFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BFF8; }
p { color: rgb(32,191,248); }
H1.HeaderClassName
{
color: #20BFF8;
}
.AnyTagClassName
{
color: #20BFF8;
}
</style>
background-color css
<style>
a { background-color: #20BFF8; }
a { background-color: rgb(32,191,248); }
div.DivClassName
{
background-color: #20BFF8;
}
.BgClassName
{
background-color: #20BFF8;
}
</style>
border-color css
<style>
span { border-color: #20BFF8; }
span { border-color: rgb(32,191,248); }
td.TdClassName
{
border-color: #20BFF8;
}
.TagClassName
{
border-color: #20BFF8;
}
</style>