Shades of Summer Sky #2197DB
Tints of Summer Sky #2197DB
RGB
CMYK
RGB Variations
Color information
#2197DB (or 0x2197DB) is known color: Summer Sky. HEX triplet: 21, 97 and DB. RGB value is (33,151,219). Sum of RGB (Red+Green+Blue) = 33+151+219=403 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.19% from 403); Green value is 151 (59.38% from 255 or 37.47% from 403); Blue value is 219 (85.94% from 255 or 54.34% from 403); Max value from RGB is 219 - color contains mainly: blue. Hex color #2197DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2197DB is #DE6824. Grayscale: #7B7B7B. Windows color (decimal): -14575653 or 14391073. OLE color: 14391073.
HSL color Cylindrical-coordinate representation of color #2197DB: hue angle of 201.94º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2197DB is Cyan = 0.85, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 151 | 219 | - |
| CMYK | 0.85 | 0.31 | 0 | 0.14 |
| HSL | 201.94º | 0.74% | 0.49% | - |
| HSV(B) | 201.94º | 0.85% | 0.86% | - |
| XYZ | 24.48 | 27.57 | 71.05 | - |
| YUV | 123.47 | 181.91 | 63.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 151 | 219 | 0.85 | 0.31 | 0 | 0.14 | 201.94 | 0.74 | 0.49 |
| Hex | 21 | 97 | DB | 55 | 1F | 0 | E | CA | 4A | 31 |
| Octal | 41 | 227 | 333 | 125 | 37 | 0 | 16 | 312 | 112 | 61 |
| Binary | 100001 | 10010111 | 11011011 | 1010101 | 11111 | 0 | 1110 | 11001010 | 1001010 | 110001 |
Color Harmonies of #2197DB
Complementary color
Monochromatic Colors of #2197DB
Black with #2197DB
Text Example
Text Example
White with #2197DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2197DB; }
p { color: rgb(33,151,219); }
H1.HeaderClassName
{
color: #2197DB;
}
.AnyTagClassName
{
color: #2197DB;
}
</style>
background-color css
<style>
a { background-color: #2197DB; }
a { background-color: rgb(33,151,219); }
div.DivClassName
{
background-color: #2197DB;
}
.BgClassName
{
background-color: #2197DB;
}
</style>
border-color css
<style>
span { border-color: #2197DB; }
span { border-color: rgb(33,151,219); }
td.TdClassName
{
border-color: #2197DB;
}
.TagClassName
{
border-color: #2197DB;
}
</style>