Shades of Summer Sky #2197D6
Tints of Summer Sky #2197D6
RGB
CMYK
RGB Variations
Color information
#2197D6 (or 0x2197D6) is known color: Summer Sky. HEX triplet: 21, 97 and D6. RGB value is (33,151,214). Sum of RGB (Red+Green+Blue) = 33+151+214=398 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.29% from 398); Green value is 151 (59.38% from 255 or 37.94% from 398); Blue value is 214 (83.98% from 255 or 53.77% from 398); Max value from RGB is 214 - color contains mainly: blue. Hex color #2197D6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2197D6 is #DE6829. Grayscale: #7A7A7A. Windows color (decimal): -14575658 or 14063393. OLE color: 14063393.
HSL color Cylindrical-coordinate representation of color #2197D6: hue angle of 200.88º 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 #2197D6 is Cyan = 0.85, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 33 | 151 | 214 | - |
| CMYK | 0.85 | 0.29 | 0 | 0.16 |
| HSL | 200.88º | 0.73% | 0.48% | - |
| HSV(B) | 200.88º | 0.85% | 0.84% | - |
| XYZ | 23.83 | 27.31 | 67.63 | - |
| YUV | 122.9 | 179.41 | 63.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 151 | 214 | 0.85 | 0.29 | 0 | 0.16 | 200.88 | 0.73 | 0.48 |
| Hex | 21 | 97 | D6 | 55 | 1D | 0 | 10 | C9 | 49 | 30 |
| Octal | 41 | 227 | 326 | 125 | 35 | 0 | 20 | 311 | 111 | 60 |
| Binary | 100001 | 10010111 | 11010110 | 1010101 | 11101 | 0 | 10000 | 11001001 | 1001001 | 110000 |
Color Harmonies of #2197D6
Complementary color
Monochromatic Colors of #2197D6
Black with #2197D6
Text Example
Text Example
White with #2197D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2197D6; }
p { color: rgb(33,151,214); }
H1.HeaderClassName
{
color: #2197D6;
}
.AnyTagClassName
{
color: #2197D6;
}
</style>
background-color css
<style>
a { background-color: #2197D6; }
a { background-color: rgb(33,151,214); }
div.DivClassName
{
background-color: #2197D6;
}
.BgClassName
{
background-color: #2197D6;
}
</style>
border-color css
<style>
span { border-color: #2197D6; }
span { border-color: rgb(33,151,214); }
td.TdClassName
{
border-color: #2197D6;
}
.TagClassName
{
border-color: #2197D6;
}
</style>