Shades of Summer Sky #2097DB
Tints of Summer Sky #2097DB
RGB
CMYK
RGB Variations
Color information
#2097DB (or 0x2097DB) is known color: Summer Sky. HEX triplet: 20, 97 and DB. RGB value is (32,151,219). Sum of RGB (Red+Green+Blue) = 32+151+219=402 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.96% from 402); Green value is 151 (59.38% from 255 or 37.56% from 402); Blue value is 219 (85.94% from 255 or 54.48% from 402); Max value from RGB is 219 - color contains mainly: blue. Hex color #2097DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2097DB is #DF6824. Grayscale: #7A7A7A. Windows color (decimal): -14641189 or 14391072. OLE color: 14391072.
HSL color Cylindrical-coordinate representation of color #2097DB: hue angle of 201.82º 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 #2097DB is Cyan = 0.85, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 151 | 219 | - |
| CMYK | 0.85 | 0.31 | 0 | 0.14 |
| HSL | 201.82º | 0.75% | 0.49% | - |
| HSV(B) | 201.82º | 0.85% | 0.86% | - |
| XYZ | 24.45 | 27.55 | 71.05 | - |
| YUV | 123.17 | 182.08 | 62.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 151 | 219 | 0.85 | 0.31 | 0 | 0.14 | 201.82 | 0.75 | 0.49 |
| Hex | 20 | 97 | DB | 55 | 1F | 0 | E | CA | 4B | 31 |
| Octal | 40 | 227 | 333 | 125 | 37 | 0 | 16 | 312 | 113 | 61 |
| Binary | 100000 | 10010111 | 11011011 | 1010101 | 11111 | 0 | 1110 | 11001010 | 1001011 | 110001 |
Color Harmonies of #2097DB
Complementary color
Monochromatic Colors of #2097DB
Black with #2097DB
Text Example
Text Example
White with #2097DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2097DB; }
p { color: rgb(32,151,219); }
H1.HeaderClassName
{
color: #2097DB;
}
.AnyTagClassName
{
color: #2097DB;
}
</style>
background-color css
<style>
a { background-color: #2097DB; }
a { background-color: rgb(32,151,219); }
div.DivClassName
{
background-color: #2097DB;
}
.BgClassName
{
background-color: #2097DB;
}
</style>
border-color css
<style>
span { border-color: #2097DB; }
span { border-color: rgb(32,151,219); }
td.TdClassName
{
border-color: #2097DB;
}
.TagClassName
{
border-color: #2097DB;
}
</style>