Shades of Summer Sky #2196DD
Tints of Summer Sky #2196DD
RGB
CMYK
RGB Variations
Color information
#2196DD (or 0x2196DD) is known color: Summer Sky. HEX triplet: 21, 96 and DD. RGB value is (33,150,221). Sum of RGB (Red+Green+Blue) = 33+150+221=404 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.17% from 404); Green value is 150 (58.98% from 255 or 37.13% from 404); Blue value is 221 (86.72% from 255 or 54.70% from 404); Max value from RGB is 221 - color contains mainly: blue. Hex color #2196DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2196DD is #DE6922. Grayscale: #7A7A7A. Windows color (decimal): -14575907 or 14521889. OLE color: 14521889.
HSL color Cylindrical-coordinate representation of color #2196DD: hue angle of 202.66º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2196DD is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 150 | 221 | - |
| CMYK | 0.85 | 0.32 | 0 | 0.13 |
| HSL | 202.66º | 0.74% | 0.5% | - |
| HSV(B) | 202.66º | 0.85% | 0.87% | - |
| XYZ | 24.58 | 27.36 | 72.39 | - |
| YUV | 123.11 | 183.24 | 63.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 150 | 221 | 0.85 | 0.32 | 0 | 0.13 | 202.66 | 0.74 | 0.5 |
| Hex | 21 | 96 | DD | 55 | 20 | 0 | D | CB | 4A | 32 |
| Octal | 41 | 226 | 335 | 125 | 40 | 0 | 15 | 313 | 112 | 62 |
| Binary | 100001 | 10010110 | 11011101 | 1010101 | 100000 | 0 | 1101 | 11001011 | 1001010 | 110010 |
Color Harmonies of #2196DD
Complementary color
Monochromatic Colors of #2196DD
Black with #2196DD
Text Example
Text Example
White with #2196DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2196DD; }
p { color: rgb(33,150,221); }
H1.HeaderClassName
{
color: #2196DD;
}
.AnyTagClassName
{
color: #2196DD;
}
</style>
background-color css
<style>
a { background-color: #2196DD; }
a { background-color: rgb(33,150,221); }
div.DivClassName
{
background-color: #2196DD;
}
.BgClassName
{
background-color: #2196DD;
}
</style>
border-color css
<style>
span { border-color: #2196DD; }
span { border-color: rgb(33,150,221); }
td.TdClassName
{
border-color: #2196DD;
}
.TagClassName
{
border-color: #2196DD;
}
</style>