Shades of Summer Sky #209EDC
Tints of Summer Sky #209EDC
RGB
CMYK
RGB Variations
Color information
#209EDC (or 0x209EDC) is known color: Summer Sky. HEX triplet: 20, 9E and DC. RGB value is (32,158,220). Sum of RGB (Red+Green+Blue) = 32+158+220=410 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.80% from 410); Green value is 158 (62.11% from 255 or 38.54% from 410); Blue value is 220 (86.33% from 255 or 53.66% from 410); Max value from RGB is 220 - color contains mainly: blue. Hex color #209EDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #209EDC is #DF6123. Grayscale: #7F7F7F. Windows color (decimal): -14639396 or 14458400. OLE color: 14458400.
HSL color Cylindrical-coordinate representation of color #209EDC: hue angle of 199.79º 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 #209EDC is Cyan = 0.85, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 158 | 220 | - |
| CMYK | 0.85 | 0.28 | 0 | 0.14 |
| HSL | 199.79º | 0.75% | 0.49% | - |
| HSV(B) | 199.79º | 0.85% | 0.86% | - |
| XYZ | 25.74 | 29.93 | 72.13 | - |
| YUV | 127.39 | 180.26 | 59.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 158 | 220 | 0.85 | 0.28 | 0 | 0.14 | 199.79 | 0.75 | 0.49 |
| Hex | 20 | 9E | DC | 55 | 1C | 0 | E | C8 | 4B | 31 |
| Octal | 40 | 236 | 334 | 125 | 34 | 0 | 16 | 310 | 113 | 61 |
| Binary | 100000 | 10011110 | 11011100 | 1010101 | 11100 | 0 | 1110 | 11001000 | 1001011 | 110001 |
Color Harmonies of #209EDC
Complementary color
Monochromatic Colors of #209EDC
Black with #209EDC
Text Example
Text Example
White with #209EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209EDC; }
p { color: rgb(32,158,220); }
H1.HeaderClassName
{
color: #209EDC;
}
.AnyTagClassName
{
color: #209EDC;
}
</style>
background-color css
<style>
a { background-color: #209EDC; }
a { background-color: rgb(32,158,220); }
div.DivClassName
{
background-color: #209EDC;
}
.BgClassName
{
background-color: #209EDC;
}
</style>
border-color css
<style>
span { border-color: #209EDC; }
span { border-color: rgb(32,158,220); }
td.TdClassName
{
border-color: #209EDC;
}
.TagClassName
{
border-color: #209EDC;
}
</style>