Shades of Summer Sky #229ED5
Tints of Summer Sky #229ED5
RGB
CMYK
RGB Variations
Color information
#229ED5 (or 0x229ED5) is known color: Summer Sky. HEX triplet: 22, 9E and D5. RGB value is (34,158,213). Sum of RGB (Red+Green+Blue) = 34+158+213=405 (53% of max value = 765). Red value is 34 (13.67% from 255 or 8.40% from 405); Green value is 158 (62.11% from 255 or 39.01% from 405); Blue value is 213 (83.59% from 255 or 52.59% from 405); Max value from RGB is 213 - color contains mainly: blue. Hex color #229ED5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #229ED5 is #DD612A. Grayscale: #7E7E7E. Windows color (decimal): -14508331 or 13999650. OLE color: 13999650.
HSL color Cylindrical-coordinate representation of color #229ED5: hue angle of 198.44º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #229ED5 is Cyan = 0.84, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 34 | 158 | 213 | - |
| CMYK | 0.84 | 0.26 | 0 | 0.16 |
| HSL | 198.44º | 0.72% | 0.48% | - |
| HSV(B) | 198.44º | 0.84% | 0.84% | - |
| XYZ | 24.9 | 29.6 | 67.35 | - |
| YUV | 127.19 | 176.42 | 61.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 158 | 213 | 0.84 | 0.26 | 0 | 0.16 | 198.44 | 0.72 | 0.48 |
| Hex | 22 | 9E | D5 | 54 | 1A | 0 | 10 | C6 | 48 | 30 |
| Octal | 42 | 236 | 325 | 124 | 32 | 0 | 20 | 306 | 110 | 60 |
| Binary | 100010 | 10011110 | 11010101 | 1010100 | 11010 | 0 | 10000 | 11000110 | 1001000 | 110000 |
Color Harmonies of #229ED5
Complementary color
Monochromatic Colors of #229ED5
Black with #229ED5
Text Example
Text Example
White with #229ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229ED5; }
p { color: rgb(34,158,213); }
H1.HeaderClassName
{
color: #229ED5;
}
.AnyTagClassName
{
color: #229ED5;
}
</style>
background-color css
<style>
a { background-color: #229ED5; }
a { background-color: rgb(34,158,213); }
div.DivClassName
{
background-color: #229ED5;
}
.BgClassName
{
background-color: #229ED5;
}
</style>
border-color css
<style>
span { border-color: #229ED5; }
span { border-color: rgb(34,158,213); }
td.TdClassName
{
border-color: #229ED5;
}
.TagClassName
{
border-color: #229ED5;
}
</style>