Shades of Summer Sky #229CE0
Tints of Summer Sky #229CE0
RGB
CMYK
RGB Variations
Color information
#229CE0 (or 0x229CE0) is known color: Summer Sky. HEX triplet: 22, 9C and E0. RGB value is (34,156,224). Sum of RGB (Red+Green+Blue) = 34+156+224=414 (54% of max value = 765). Red value is 34 (13.67% from 255 or 8.21% from 414); Green value is 156 (61.33% from 255 or 37.68% from 414); Blue value is 224 (87.89% from 255 or 54.11% from 414); Max value from RGB is 224 - color contains mainly: blue. Hex color #229CE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #229CE0 is #DD631F. Grayscale: #7E7E7E. Windows color (decimal): -14508832 or 14720034. OLE color: 14720034.
HSL color Cylindrical-coordinate representation of color #229CE0: hue angle of 201.47º degrees, saturation: 0.75, 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 #229CE0 is Cyan = 0.85, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 34 | 156 | 224 | - |
| CMYK | 0.85 | 0.30 | 0 | 0.12 |
| HSL | 201.47º | 0.75% | 0.51% | - |
| HSV(B) | 201.47º | 0.85% | 0.88% | - |
| XYZ | 26 | 29.5 | 74.84 | - |
| YUV | 127.27 | 182.58 | 61.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 156 | 224 | 0.85 | 0.30 | 0 | 0.12 | 201.47 | 0.75 | 0.51 |
| Hex | 22 | 9C | E0 | 55 | 1E | 0 | C | C9 | 4B | 33 |
| Octal | 42 | 234 | 340 | 125 | 36 | 0 | 14 | 311 | 113 | 63 |
| Binary | 100010 | 10011100 | 11100000 | 1010101 | 11110 | 0 | 1100 | 11001001 | 1001011 | 110011 |
Color Harmonies of #229CE0
Complementary color
Monochromatic Colors of #229CE0
Black with #229CE0
Text Example
Text Example
White with #229CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229CE0; }
p { color: rgb(34,156,224); }
H1.HeaderClassName
{
color: #229CE0;
}
.AnyTagClassName
{
color: #229CE0;
}
</style>
background-color css
<style>
a { background-color: #229CE0; }
a { background-color: rgb(34,156,224); }
div.DivClassName
{
background-color: #229CE0;
}
.BgClassName
{
background-color: #229CE0;
}
</style>
border-color css
<style>
span { border-color: #229CE0; }
span { border-color: rgb(34,156,224); }
td.TdClassName
{
border-color: #229CE0;
}
.TagClassName
{
border-color: #229CE0;
}
</style>