Shades of Deep Sky Blue #20BAFB
Tints of Deep Sky Blue #20BAFB
RGB
CMYK
RGB Variations
Color information
#20BAFB (or 0x20BAFB) is known color: Deep Sky Blue. HEX triplet: 20, BA and FB. RGB value is (32,186,251). Sum of RGB (Red+Green+Blue) = 32+186+251=469 (62% of max value = 765). Red value is 32 (12.89% from 255 or 6.82% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 251 (98.44% from 255 or 53.52% from 469); Max value from RGB is 251 - color contains mainly: blue. Hex color #20BAFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20BAFB is #DF4504. Grayscale: #929292. Windows color (decimal): -14632197 or 16497184. OLE color: 16497184.
HSL color Cylindrical-coordinate representation of color #20BAFB: hue angle of 197.81º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20BAFB is Cyan = 0.87, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 186 | 251 | - |
| CMYK | 0.87 | 0.26 | 0 | 0.02 |
| HSL | 197.81º | 0.96% | 0.55% | - |
| HSV(B) | 197.81º | 0.87% | 0.98% | - |
| XYZ | 35.57 | 42.39 | 97.57 | - |
| YUV | 147.36 | 186.48 | 45.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 186 | 251 | 0.87 | 0.26 | 0 | 0.02 | 197.81 | 0.96 | 0.55 |
| Hex | 20 | BA | FB | 57 | 1A | 0 | 2 | C6 | 60 | 37 |
| Octal | 40 | 272 | 373 | 127 | 32 | 0 | 2 | 306 | 140 | 67 |
| Binary | 100000 | 10111010 | 11111011 | 1010111 | 11010 | 0 | 10 | 11000110 | 1100000 | 110111 |
Color Harmonies of #20BAFB
Complementary color
Monochromatic Colors of #20BAFB
Black with #20BAFB
Text Example
Text Example
White with #20BAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BAFB; }
p { color: rgb(32,186,251); }
H1.HeaderClassName
{
color: #20BAFB;
}
.AnyTagClassName
{
color: #20BAFB;
}
</style>
background-color css
<style>
a { background-color: #20BAFB; }
a { background-color: rgb(32,186,251); }
div.DivClassName
{
background-color: #20BAFB;
}
.BgClassName
{
background-color: #20BAFB;
}
</style>
border-color css
<style>
span { border-color: #20BAFB; }
span { border-color: rgb(32,186,251); }
td.TdClassName
{
border-color: #20BAFB;
}
.TagClassName
{
border-color: #20BAFB;
}
</style>