Shades of Summer Sky #219DD7
Tints of Summer Sky #219DD7
RGB
CMYK
RGB Variations
Color information
#219DD7 (or 0x219DD7) is known color: Summer Sky. HEX triplet: 21, 9D and D7. RGB value is (33,157,215). Sum of RGB (Red+Green+Blue) = 33+157+215=405 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.15% from 405); Green value is 157 (61.72% from 255 or 38.77% from 405); Blue value is 215 (84.38% from 255 or 53.09% from 405); Max value from RGB is 215 - color contains mainly: blue. Hex color #219DD7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219DD7 is #DE6228. Grayscale: #7E7E7E. Windows color (decimal): -14574121 or 14130465. OLE color: 14130465.
HSL color Cylindrical-coordinate representation of color #219DD7: hue angle of 199.12º 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 #219DD7 is Cyan = 0.85, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 33 | 157 | 215 | - |
| CMYK | 0.85 | 0.27 | 0 | 0.16 |
| HSL | 199.12º | 0.73% | 0.49% | - |
| HSV(B) | 199.12º | 0.85% | 0.84% | - |
| XYZ | 24.95 | 29.34 | 68.64 | - |
| YUV | 126.54 | 177.92 | 61.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 157 | 215 | 0.85 | 0.27 | 0 | 0.16 | 199.12 | 0.73 | 0.49 |
| Hex | 21 | 9D | D7 | 55 | 1B | 0 | 10 | C7 | 49 | 31 |
| Octal | 41 | 235 | 327 | 125 | 33 | 0 | 20 | 307 | 111 | 61 |
| Binary | 100001 | 10011101 | 11010111 | 1010101 | 11011 | 0 | 10000 | 11000111 | 1001001 | 110001 |
Color Harmonies of #219DD7
Complementary color
Monochromatic Colors of #219DD7
Black with #219DD7
Text Example
Text Example
White with #219DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219DD7; }
p { color: rgb(33,157,215); }
H1.HeaderClassName
{
color: #219DD7;
}
.AnyTagClassName
{
color: #219DD7;
}
</style>
background-color css
<style>
a { background-color: #219DD7; }
a { background-color: rgb(33,157,215); }
div.DivClassName
{
background-color: #219DD7;
}
.BgClassName
{
background-color: #219DD7;
}
</style>
border-color css
<style>
span { border-color: #219DD7; }
span { border-color: rgb(33,157,215); }
td.TdClassName
{
border-color: #219DD7;
}
.TagClassName
{
border-color: #219DD7;
}
</style>