Shades of Summer Sky #219ED7
Tints of Summer Sky #219ED7
RGB
CMYK
RGB Variations
Color information
#219ED7 (or 0x219ED7) is known color: Summer Sky. HEX triplet: 21, 9E and D7. RGB value is (33,158,215). Sum of RGB (Red+Green+Blue) = 33+158+215=406 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.13% from 406); Green value is 158 (62.11% from 255 or 38.92% from 406); Blue value is 215 (84.38% from 255 or 52.96% from 406); Max value from RGB is 215 - color contains mainly: blue. Hex color #219ED7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219ED7 is #DE6128. Grayscale: #7E7E7E. Windows color (decimal): -14573865 or 14130721. OLE color: 14130721.
HSL color Cylindrical-coordinate representation of color #219ED7: hue angle of 198.79º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #219ED7 is Cyan = 0.85, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 33 | 158 | 215 | - |
| CMYK | 0.85 | 0.27 | 0 | 0.16 |
| HSL | 198.79º | 0.73% | 0.49% | - |
| HSV(B) | 198.79º | 0.85% | 0.84% | - |
| XYZ | 25.12 | 29.68 | 68.7 | - |
| YUV | 127.12 | 177.59 | 60.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 158 | 215 | 0.85 | 0.27 | 0 | 0.16 | 198.79 | 0.73 | 0.49 |
| Hex | 21 | 9E | D7 | 55 | 1B | 0 | 10 | C7 | 49 | 31 |
| Octal | 41 | 236 | 327 | 125 | 33 | 0 | 20 | 307 | 111 | 61 |
| Binary | 100001 | 10011110 | 11010111 | 1010101 | 11011 | 0 | 10000 | 11000111 | 1001001 | 110001 |
Color Harmonies of #219ED7
Complementary color
Monochromatic Colors of #219ED7
Black with #219ED7
Text Example
Text Example
White with #219ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219ED7; }
p { color: rgb(33,158,215); }
H1.HeaderClassName
{
color: #219ED7;
}
.AnyTagClassName
{
color: #219ED7;
}
</style>
background-color css
<style>
a { background-color: #219ED7; }
a { background-color: rgb(33,158,215); }
div.DivClassName
{
background-color: #219ED7;
}
.BgClassName
{
background-color: #219ED7;
}
</style>
border-color css
<style>
span { border-color: #219ED7; }
span { border-color: rgb(33,158,215); }
td.TdClassName
{
border-color: #219ED7;
}
.TagClassName
{
border-color: #219ED7;
}
</style>