Shades of Deep Sky Blue #20BAFD
Tints of Deep Sky Blue #20BAFD
RGB
CMYK
RGB Variations
Color information
#20BAFD (or 0x20BAFD) is known color: Deep Sky Blue. HEX triplet: 20, BA and FD. RGB value is (32,186,253). Sum of RGB (Red+Green+Blue) = 32+186+253=471 (62% of max value = 765). Red value is 32 (12.89% from 255 or 6.79% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 253 (99.22% from 255 or 53.72% from 471); Max value from RGB is 253 - color contains mainly: blue. Hex color #20BAFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20BAFD is #DF4502. Grayscale: #939393. Windows color (decimal): -14632195 or 16628256. OLE color: 16628256.
HSL color Cylindrical-coordinate representation of color #20BAFD: hue angle of 198.19º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20BAFD is Cyan = 0.87, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 186 | 253 | - |
| CMYK | 0.87 | 0.26 | 0 | 0.01 |
| HSL | 198.19º | 0.98% | 0.56% | - |
| HSV(B) | 198.19º | 0.87% | 0.99% | - |
| XYZ | 35.88 | 42.52 | 99.24 | - |
| YUV | 147.59 | 187.48 | 45.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 186 | 253 | 0.87 | 0.26 | 0 | 0.01 | 198.19 | 0.98 | 0.56 |
| Hex | 20 | BA | FD | 57 | 1A | 0 | 1 | C6 | 62 | 38 |
| Octal | 40 | 272 | 375 | 127 | 32 | 0 | 1 | 306 | 142 | 70 |
| Binary | 100000 | 10111010 | 11111101 | 1010111 | 11010 | 0 | 1 | 11000110 | 1100010 | 111000 |
Color Harmonies of #20BAFD
Complementary color
Monochromatic Colors of #20BAFD
Black with #20BAFD
Text Example
Text Example
White with #20BAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BAFD; }
p { color: rgb(32,186,253); }
H1.HeaderClassName
{
color: #20BAFD;
}
.AnyTagClassName
{
color: #20BAFD;
}
</style>
background-color css
<style>
a { background-color: #20BAFD; }
a { background-color: rgb(32,186,253); }
div.DivClassName
{
background-color: #20BAFD;
}
.BgClassName
{
background-color: #20BAFD;
}
</style>
border-color css
<style>
span { border-color: #20BAFD; }
span { border-color: rgb(32,186,253); }
td.TdClassName
{
border-color: #20BAFD;
}
.TagClassName
{
border-color: #20BAFD;
}
</style>