Shades of Summer Sky #2196D6
Tints of Summer Sky #2196D6
RGB
CMYK
RGB Variations
Color information
#2196D6 (or 0x2196D6) is known color: Summer Sky. HEX triplet: 21, 96 and D6. RGB value is (33,150,214). Sum of RGB (Red+Green+Blue) = 33+150+214=397 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.31% from 397); Green value is 150 (58.98% from 255 or 37.78% from 397); Blue value is 214 (83.98% from 255 or 53.90% from 397); Max value from RGB is 214 - color contains mainly: blue. Hex color #2196D6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2196D6 is #DE6929. Grayscale: #797979. Windows color (decimal): -14575914 or 14063137. OLE color: 14063137.
HSL color Cylindrical-coordinate representation of color #2196D6: hue angle of 201.22º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2196D6 is Cyan = 0.85, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 33 | 150 | 214 | - |
| CMYK | 0.85 | 0.30 | 0 | 0.16 |
| HSL | 201.22º | 0.73% | 0.48% | - |
| HSV(B) | 201.22º | 0.85% | 0.84% | - |
| XYZ | 23.67 | 26.99 | 67.58 | - |
| YUV | 122.31 | 179.74 | 64.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 150 | 214 | 0.85 | 0.30 | 0 | 0.16 | 201.22 | 0.73 | 0.48 |
| Hex | 21 | 96 | D6 | 55 | 1E | 0 | 10 | C9 | 49 | 30 |
| Octal | 41 | 226 | 326 | 125 | 36 | 0 | 20 | 311 | 111 | 60 |
| Binary | 100001 | 10010110 | 11010110 | 1010101 | 11110 | 0 | 10000 | 11001001 | 1001001 | 110000 |
Color Harmonies of #2196D6
Complementary color
Monochromatic Colors of #2196D6
Black with #2196D6
Text Example
Text Example
White with #2196D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2196D6; }
p { color: rgb(33,150,214); }
H1.HeaderClassName
{
color: #2196D6;
}
.AnyTagClassName
{
color: #2196D6;
}
</style>
background-color css
<style>
a { background-color: #2196D6; }
a { background-color: rgb(33,150,214); }
div.DivClassName
{
background-color: #2196D6;
}
.BgClassName
{
background-color: #2196D6;
}
</style>
border-color css
<style>
span { border-color: #2196D6; }
span { border-color: rgb(33,150,214); }
td.TdClassName
{
border-color: #2196D6;
}
.TagClassName
{
border-color: #2196D6;
}
</style>