Shades of Summer Sky #2098DB
Tints of Summer Sky #2098DB
RGB
CMYK
RGB Variations
Color information
#2098DB (or 0x2098DB) is known color: Summer Sky. HEX triplet: 20, 98 and DB. RGB value is (32,152,219). Sum of RGB (Red+Green+Blue) = 32+152+219=403 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.94% from 403); Green value is 152 (59.77% from 255 or 37.72% 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 #2098DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2098DB is #DF6724. Grayscale: #7B7B7B. Windows color (decimal): -14640933 or 14391328. OLE color: 14391328.
HSL color Cylindrical-coordinate representation of color #2098DB: hue angle of 201.5º degrees, saturation: 0.75, 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 #2098DB is Cyan = 0.85, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 152 | 219 | - |
| CMYK | 0.85 | 0.31 | 0 | 0.14 |
| HSL | 201.5º | 0.75% | 0.49% | - |
| HSV(B) | 201.5º | 0.85% | 0.86% | - |
| XYZ | 24.61 | 27.88 | 71.1 | - |
| YUV | 123.76 | 181.74 | 62.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 152 | 219 | 0.85 | 0.31 | 0 | 0.14 | 201.5 | 0.75 | 0.49 |
| Hex | 20 | 98 | DB | 55 | 1F | 0 | E | C9 | 4B | 31 |
| Octal | 40 | 230 | 333 | 125 | 37 | 0 | 16 | 311 | 113 | 61 |
| Binary | 100000 | 10011000 | 11011011 | 1010101 | 11111 | 0 | 1110 | 11001001 | 1001011 | 110001 |
Color Harmonies of #2098DB
Complementary color
Monochromatic Colors of #2098DB
Black with #2098DB
Text Example
Text Example
White with #2098DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2098DB; }
p { color: rgb(32,152,219); }
H1.HeaderClassName
{
color: #2098DB;
}
.AnyTagClassName
{
color: #2098DB;
}
</style>
background-color css
<style>
a { background-color: #2098DB; }
a { background-color: rgb(32,152,219); }
div.DivClassName
{
background-color: #2098DB;
}
.BgClassName
{
background-color: #2098DB;
}
</style>
border-color css
<style>
span { border-color: #2098DB; }
span { border-color: rgb(32,152,219); }
td.TdClassName
{
border-color: #2098DB;
}
.TagClassName
{
border-color: #2098DB;
}
</style>