Shades of Deep Sky Blue #20BFF6
Tints of Deep Sky Blue #20BFF6
RGB
CMYK
RGB Variations
Color information
#20BFF6 (or 0x20BFF6) is known color: Deep Sky Blue. HEX triplet: 20, BF and F6. RGB value is (32,191,246). Sum of RGB (Red+Green+Blue) = 32+191+246=469 (62% of max value = 765). Red value is 32 (12.89% from 255 or 6.82% from 469); Green value is 191 (75% from 255 or 40.72% from 469); Blue value is 246 (96.48% from 255 or 52.45% from 469); Max value from RGB is 246 - color contains mainly: blue. Hex color #20BFF6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20BFF6 is #DF4009. Grayscale: #959595. Windows color (decimal): -14630922 or 16170784. OLE color: 16170784.
HSL color Cylindrical-coordinate representation of color #20BFF6: hue angle of 195.42º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20BFF6 is Cyan = 0.87, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 32 | 191 | 246 | - |
| CMYK | 0.87 | 0.22 | 0 | 0.04 |
| HSL | 195.42º | 0.92% | 0.55% | - |
| HSV(B) | 195.42º | 0.87% | 0.96% | - |
| XYZ | 35.86 | 44.22 | 93.83 | - |
| YUV | 149.73 | 182.32 | 44.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 191 | 246 | 0.87 | 0.22 | 0 | 0.04 | 195.42 | 0.92 | 0.55 |
| Hex | 20 | BF | F6 | 57 | 16 | 0 | 4 | C3 | 5C | 37 |
| Octal | 40 | 277 | 366 | 127 | 26 | 0 | 4 | 303 | 134 | 67 |
| Binary | 100000 | 10111111 | 11110110 | 1010111 | 10110 | 0 | 100 | 11000011 | 1011100 | 110111 |
Color Harmonies of #20BFF6
Complementary color
Monochromatic Colors of #20BFF6
Black with #20BFF6
Text Example
Text Example
White with #20BFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BFF6; }
p { color: rgb(32,191,246); }
H1.HeaderClassName
{
color: #20BFF6;
}
.AnyTagClassName
{
color: #20BFF6;
}
</style>
background-color css
<style>
a { background-color: #20BFF6; }
a { background-color: rgb(32,191,246); }
div.DivClassName
{
background-color: #20BFF6;
}
.BgClassName
{
background-color: #20BFF6;
}
</style>
border-color css
<style>
span { border-color: #20BFF6; }
span { border-color: rgb(32,191,246); }
td.TdClassName
{
border-color: #20BFF6;
}
.TagClassName
{
border-color: #20BFF6;
}
</style>