Shades of Summer Sky #2198DC
Tints of Summer Sky #2198DC
RGB
CMYK
RGB Variations
Color information
#2198DC (or 0x2198DC) is known color: Summer Sky. HEX triplet: 21, 98 and DC. RGB value is (33,152,220). Sum of RGB (Red+Green+Blue) = 33+152+220=405 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.15% from 405); Green value is 152 (59.77% from 255 or 37.53% from 405); Blue value is 220 (86.33% from 255 or 54.32% from 405); Max value from RGB is 220 - color contains mainly: blue. Hex color #2198DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2198DC is #DE6723. Grayscale: #7B7B7B. Windows color (decimal): -14575396 or 14456865. OLE color: 14456865.
HSL color Cylindrical-coordinate representation of color #2198DC: hue angle of 201.82º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2198DC is Cyan = 0.85, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 152 | 220 | - |
| CMYK | 0.85 | 0.31 | 0 | 0.14 |
| HSL | 201.82º | 0.74% | 0.5% | - |
| HSV(B) | 201.82º | 0.85% | 0.86% | - |
| XYZ | 24.77 | 27.95 | 71.8 | - |
| YUV | 124.17 | 182.08 | 62.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 152 | 220 | 0.85 | 0.31 | 0 | 0.14 | 201.82 | 0.74 | 0.5 |
| Hex | 21 | 98 | DC | 55 | 1F | 0 | E | CA | 4A | 32 |
| Octal | 41 | 230 | 334 | 125 | 37 | 0 | 16 | 312 | 112 | 62 |
| Binary | 100001 | 10011000 | 11011100 | 1010101 | 11111 | 0 | 1110 | 11001010 | 1001010 | 110010 |
Color Harmonies of #2198DC
Complementary color
Monochromatic Colors of #2198DC
Black with #2198DC
Text Example
Text Example
White with #2198DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2198DC; }
p { color: rgb(33,152,220); }
H1.HeaderClassName
{
color: #2198DC;
}
.AnyTagClassName
{
color: #2198DC;
}
</style>
background-color css
<style>
a { background-color: #2198DC; }
a { background-color: rgb(33,152,220); }
div.DivClassName
{
background-color: #2198DC;
}
.BgClassName
{
background-color: #2198DC;
}
</style>
border-color css
<style>
span { border-color: #2198DC; }
span { border-color: rgb(33,152,220); }
td.TdClassName
{
border-color: #2198DC;
}
.TagClassName
{
border-color: #2198DC;
}
</style>