Shades of Summer Sky #2096DA
Tints of Summer Sky #2096DA
RGB
CMYK
RGB Variations
Color information
#2096DA (or 0x2096DA) is known color: Summer Sky. HEX triplet: 20, 96 and DA. RGB value is (32,150,218). Sum of RGB (Red+Green+Blue) = 32+150+218=400 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8% from 400); Green value is 150 (58.98% from 255 or 37.5% from 400); Blue value is 218 (85.55% from 255 or 54.5% from 400); Max value from RGB is 218 - color contains mainly: blue. Hex color #2096DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2096DA is #DF6925. Grayscale: #7A7A7A. Windows color (decimal): -14641446 or 14325280. OLE color: 14325280.
HSL color Cylindrical-coordinate representation of color #2096DA: hue angle of 201.94º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2096DA is Cyan = 0.85, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 150 | 218 | - |
| CMYK | 0.85 | 0.31 | 0 | 0.15 |
| HSL | 201.94º | 0.74% | 0.49% | - |
| HSV(B) | 201.94º | 0.85% | 0.85% | - |
| XYZ | 24.16 | 27.18 | 70.3 | - |
| YUV | 122.47 | 181.91 | 63.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 150 | 218 | 0.85 | 0.31 | 0 | 0.15 | 201.94 | 0.74 | 0.49 |
| Hex | 20 | 96 | DA | 55 | 1F | 0 | F | CA | 4A | 31 |
| Octal | 40 | 226 | 332 | 125 | 37 | 0 | 17 | 312 | 112 | 61 |
| Binary | 100000 | 10010110 | 11011010 | 1010101 | 11111 | 0 | 1111 | 11001010 | 1001010 | 110001 |
Color Harmonies of #2096DA
Complementary color
Monochromatic Colors of #2096DA
Black with #2096DA
Text Example
Text Example
White with #2096DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2096DA; }
p { color: rgb(32,150,218); }
H1.HeaderClassName
{
color: #2096DA;
}
.AnyTagClassName
{
color: #2096DA;
}
</style>
background-color css
<style>
a { background-color: #2096DA; }
a { background-color: rgb(32,150,218); }
div.DivClassName
{
background-color: #2096DA;
}
.BgClassName
{
background-color: #2096DA;
}
</style>
border-color css
<style>
span { border-color: #2096DA; }
span { border-color: rgb(32,150,218); }
td.TdClassName
{
border-color: #2096DA;
}
.TagClassName
{
border-color: #2096DA;
}
</style>