Shades of Summer Sky #2196D7
Tints of Summer Sky #2196D7
RGB
CMYK
RGB Variations
Color information
#2196D7 (or 0x2196D7) is known color: Summer Sky. HEX triplet: 21, 96 and D7. RGB value is (33,150,215). Sum of RGB (Red+Green+Blue) = 33+150+215=398 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.29% from 398); Green value is 150 (58.98% from 255 or 37.69% from 398); Blue value is 215 (84.38% from 255 or 54.02% from 398); Max value from RGB is 215 - color contains mainly: blue. Hex color #2196D7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2196D7 is #DE6928. Grayscale: #7A7A7A. Windows color (decimal): -14575913 or 14128673. OLE color: 14128673.
HSL color Cylindrical-coordinate representation of color #2196D7: hue angle of 201.43º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2196D7 is Cyan = 0.85, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 33 | 150 | 215 | - |
| CMYK | 0.85 | 0.30 | 0 | 0.16 |
| HSL | 201.43º | 0.73% | 0.49% | - |
| HSV(B) | 201.43º | 0.85% | 0.84% | - |
| XYZ | 23.8 | 27.04 | 68.26 | - |
| YUV | 122.43 | 180.24 | 64.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 150 | 215 | 0.85 | 0.30 | 0 | 0.16 | 201.43 | 0.73 | 0.49 |
| Hex | 21 | 96 | D7 | 55 | 1E | 0 | 10 | C9 | 49 | 31 |
| Octal | 41 | 226 | 327 | 125 | 36 | 0 | 20 | 311 | 111 | 61 |
| Binary | 100001 | 10010110 | 11010111 | 1010101 | 11110 | 0 | 10000 | 11001001 | 1001001 | 110001 |
Color Harmonies of #2196D7
Complementary color
Monochromatic Colors of #2196D7
Black with #2196D7
Text Example
Text Example
White with #2196D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2196D7; }
p { color: rgb(33,150,215); }
H1.HeaderClassName
{
color: #2196D7;
}
.AnyTagClassName
{
color: #2196D7;
}
</style>
background-color css
<style>
a { background-color: #2196D7; }
a { background-color: rgb(33,150,215); }
div.DivClassName
{
background-color: #2196D7;
}
.BgClassName
{
background-color: #2196D7;
}
</style>
border-color css
<style>
span { border-color: #2196D7; }
span { border-color: rgb(33,150,215); }
td.TdClassName
{
border-color: #2196D7;
}
.TagClassName
{
border-color: #2196D7;
}
</style>