Shades of Summer Sky #2198DB
Tints of Summer Sky #2198DB
RGB
CMYK
RGB Variations
Color information
#2198DB (or 0x2198DB) is known color: Summer Sky. HEX triplet: 21, 98 and DB. RGB value is (33,152,219). Sum of RGB (Red+Green+Blue) = 33+152+219=404 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.17% from 404); Green value is 152 (59.77% from 255 or 37.62% from 404); Blue value is 219 (85.94% from 255 or 54.21% from 404); Max value from RGB is 219 - color contains mainly: blue. Hex color #2198DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2198DB is #DE6724. Grayscale: #7B7B7B. Windows color (decimal): -14575397 or 14391329. OLE color: 14391329.
HSL color Cylindrical-coordinate representation of color #2198DB: hue angle of 201.61º 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 #2198DB is Cyan = 0.85, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 152 | 219 | - |
| CMYK | 0.85 | 0.31 | 0 | 0.14 |
| HSL | 201.61º | 0.74% | 0.49% | - |
| HSV(B) | 201.61º | 0.85% | 0.86% | - |
| XYZ | 24.64 | 27.89 | 71.1 | - |
| YUV | 124.06 | 181.58 | 63.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 152 | 219 | 0.85 | 0.31 | 0 | 0.14 | 201.61 | 0.74 | 0.49 |
| Hex | 21 | 98 | DB | 55 | 1F | 0 | E | CA | 4A | 31 |
| Octal | 41 | 230 | 333 | 125 | 37 | 0 | 16 | 312 | 112 | 61 |
| Binary | 100001 | 10011000 | 11011011 | 1010101 | 11111 | 0 | 1110 | 11001010 | 1001010 | 110001 |
Color Harmonies of #2198DB
Complementary color
Monochromatic Colors of #2198DB
Black with #2198DB
Text Example
Text Example
White with #2198DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2198DB; }
p { color: rgb(33,152,219); }
H1.HeaderClassName
{
color: #2198DB;
}
.AnyTagClassName
{
color: #2198DB;
}
</style>
background-color css
<style>
a { background-color: #2198DB; }
a { background-color: rgb(33,152,219); }
div.DivClassName
{
background-color: #2198DB;
}
.BgClassName
{
background-color: #2198DB;
}
</style>
border-color css
<style>
span { border-color: #2198DB; }
span { border-color: rgb(33,152,219); }
td.TdClassName
{
border-color: #2198DB;
}
.TagClassName
{
border-color: #2198DB;
}
</style>