Shades of Summer Sky #219DE1
Tints of Summer Sky #219DE1
RGB
CMYK
RGB Variations
Color information
#219DE1 (or 0x219DE1) is known color: Summer Sky. HEX triplet: 21, 9D and E1. RGB value is (33,157,225). Sum of RGB (Red+Green+Blue) = 33+157+225=415 (54% of max value = 765). Red value is 33 (13.28% from 255 or 7.95% from 415); Green value is 157 (61.72% from 255 or 37.83% from 415); Blue value is 225 (88.28% from 255 or 54.22% from 415); Max value from RGB is 225 - color contains mainly: blue. Hex color #219DE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219DE1 is #DE621E. Grayscale: #7F7F7F. Windows color (decimal): -14574111 or 14785825. OLE color: 14785825.
HSL color Cylindrical-coordinate representation of color #219DE1: hue angle of 201.25º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #219DE1 is Cyan = 0.85, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 33 | 157 | 225 | - |
| CMYK | 0.85 | 0.30 | 0 | 0.12 |
| HSL | 201.25º | 0.76% | 0.51% | - |
| HSV(B) | 201.25º | 0.85% | 0.88% | - |
| XYZ | 26.27 | 29.87 | 75.62 | - |
| YUV | 127.68 | 182.92 | 60.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 157 | 225 | 0.85 | 0.30 | 0 | 0.12 | 201.25 | 0.76 | 0.51 |
| Hex | 21 | 9D | E1 | 55 | 1E | 0 | C | C9 | 4C | 33 |
| Octal | 41 | 235 | 341 | 125 | 36 | 0 | 14 | 311 | 114 | 63 |
| Binary | 100001 | 10011101 | 11100001 | 1010101 | 11110 | 0 | 1100 | 11001001 | 1001100 | 110011 |
Color Harmonies of #219DE1
Complementary color
Monochromatic Colors of #219DE1
Black with #219DE1
Text Example
Text Example
White with #219DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219DE1; }
p { color: rgb(33,157,225); }
H1.HeaderClassName
{
color: #219DE1;
}
.AnyTagClassName
{
color: #219DE1;
}
</style>
background-color css
<style>
a { background-color: #219DE1; }
a { background-color: rgb(33,157,225); }
div.DivClassName
{
background-color: #219DE1;
}
.BgClassName
{
background-color: #219DE1;
}
</style>
border-color css
<style>
span { border-color: #219DE1; }
span { border-color: rgb(33,157,225); }
td.TdClassName
{
border-color: #219DE1;
}
.TagClassName
{
border-color: #219DE1;
}
</style>