Shades of Summer Sky #219CE0
Tints of Summer Sky #219CE0
RGB
CMYK
RGB Variations
Color information
#219CE0 (or 0x219CE0) is known color: Summer Sky. HEX triplet: 21, 9C and E0. RGB value is (33,156,224). Sum of RGB (Red+Green+Blue) = 33+156+224=413 (54% of max value = 765). Red value is 33 (13.28% from 255 or 7.99% from 413); Green value is 156 (61.33% from 255 or 37.77% from 413); Blue value is 224 (87.89% from 255 or 54.24% from 413); Max value from RGB is 224 - color contains mainly: blue. Hex color #219CE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219CE0 is #DE631F. Grayscale: #7E7E7E. Windows color (decimal): -14574368 or 14720033. OLE color: 14720033.
HSL color Cylindrical-coordinate representation of color #219CE0: hue angle of 201.36º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #219CE0 is Cyan = 0.85, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 33 | 156 | 224 | - |
| CMYK | 0.85 | 0.30 | 0 | 0.12 |
| HSL | 201.36º | 0.75% | 0.5% | - |
| HSV(B) | 201.36º | 0.85% | 0.88% | - |
| XYZ | 25.97 | 29.48 | 74.84 | - |
| YUV | 126.98 | 182.75 | 60.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 156 | 224 | 0.85 | 0.30 | 0 | 0.12 | 201.36 | 0.75 | 0.5 |
| Hex | 21 | 9C | E0 | 55 | 1E | 0 | C | C9 | 4B | 32 |
| Octal | 41 | 234 | 340 | 125 | 36 | 0 | 14 | 311 | 113 | 62 |
| Binary | 100001 | 10011100 | 11100000 | 1010101 | 11110 | 0 | 1100 | 11001001 | 1001011 | 110010 |
Color Harmonies of #219CE0
Complementary color
Monochromatic Colors of #219CE0
Black with #219CE0
Text Example
Text Example
White with #219CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219CE0; }
p { color: rgb(33,156,224); }
H1.HeaderClassName
{
color: #219CE0;
}
.AnyTagClassName
{
color: #219CE0;
}
</style>
background-color css
<style>
a { background-color: #219CE0; }
a { background-color: rgb(33,156,224); }
div.DivClassName
{
background-color: #219CE0;
}
.BgClassName
{
background-color: #219CE0;
}
</style>
border-color css
<style>
span { border-color: #219CE0; }
span { border-color: rgb(33,156,224); }
td.TdClassName
{
border-color: #219CE0;
}
.TagClassName
{
border-color: #219CE0;
}
</style>