Shades of Summer Sky #2093D7
Tints of Summer Sky #2093D7
RGB
CMYK
RGB Variations
Color information
#2093D7 (or 0x2093D7) is known color: Summer Sky. HEX triplet: 20, 93 and D7. RGB value is (32,147,215). Sum of RGB (Red+Green+Blue) = 32+147+215=394 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.12% from 394); Green value is 147 (57.81% from 255 or 37.31% from 394); Blue value is 215 (84.38% from 255 or 54.57% from 394); Max value from RGB is 215 - color contains mainly: blue. Hex color #2093D7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2093D7 is #DF6C28. Grayscale: #777777. Windows color (decimal): -14642217 or 14127904. OLE color: 14127904.
HSL color Cylindrical-coordinate representation of color #2093D7: hue angle of 202.3º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2093D7 is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 32 | 147 | 215 | - |
| CMYK | 0.85 | 0.32 | 0 | 0.16 |
| HSL | 202.3º | 0.74% | 0.48% | - |
| HSV(B) | 202.3º | 0.85% | 0.84% | - |
| XYZ | 23.3 | 26.08 | 68.1 | - |
| YUV | 120.37 | 181.4 | 64.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 147 | 215 | 0.85 | 0.32 | 0 | 0.16 | 202.3 | 0.74 | 0.48 |
| Hex | 20 | 93 | D7 | 55 | 20 | 0 | 10 | CA | 4A | 30 |
| Octal | 40 | 223 | 327 | 125 | 40 | 0 | 20 | 312 | 112 | 60 |
| Binary | 100000 | 10010011 | 11010111 | 1010101 | 100000 | 0 | 10000 | 11001010 | 1001010 | 110000 |
Color Harmonies of #2093D7
Complementary color
Monochromatic Colors of #2093D7
Black with #2093D7
Text Example
Text Example
White with #2093D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2093D7; }
p { color: rgb(32,147,215); }
H1.HeaderClassName
{
color: #2093D7;
}
.AnyTagClassName
{
color: #2093D7;
}
</style>
background-color css
<style>
a { background-color: #2093D7; }
a { background-color: rgb(32,147,215); }
div.DivClassName
{
background-color: #2093D7;
}
.BgClassName
{
background-color: #2093D7;
}
</style>
border-color css
<style>
span { border-color: #2093D7; }
span { border-color: rgb(32,147,215); }
td.TdClassName
{
border-color: #2093D7;
}
.TagClassName
{
border-color: #2093D7;
}
</style>