Shades of Summer Sky #229FE0
Tints of Summer Sky #229FE0
RGB
CMYK
RGB Variations
Color information
#229FE0 (or 0x229FE0) is known color: Summer Sky. HEX triplet: 22, 9F and E0. RGB value is (34,159,224). Sum of RGB (Red+Green+Blue) = 34+159+224=417 (55% of max value = 765). Red value is 34 (13.67% from 255 or 8.15% from 417); Green value is 159 (62.5% from 255 or 38.13% from 417); Blue value is 224 (87.89% from 255 or 53.72% from 417); Max value from RGB is 224 - color contains mainly: blue. Hex color #229FE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #229FE0 is #DD601F. Grayscale: #808080. Windows color (decimal): -14508064 or 14720802. OLE color: 14720802.
HSL color Cylindrical-coordinate representation of color #229FE0: hue angle of 200.53º 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 #229FE0 is Cyan = 0.85, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 34 | 159 | 224 | - |
| CMYK | 0.85 | 0.29 | 0 | 0.12 |
| HSL | 200.53º | 0.75% | 0.51% | - |
| HSV(B) | 200.53º | 0.85% | 0.88% | - |
| XYZ | 26.51 | 30.52 | 75.01 | - |
| YUV | 129.04 | 181.59 | 60.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 159 | 224 | 0.85 | 0.29 | 0 | 0.12 | 200.53 | 0.75 | 0.51 |
| Hex | 22 | 9F | E0 | 55 | 1D | 0 | C | C9 | 4B | 33 |
| Octal | 42 | 237 | 340 | 125 | 35 | 0 | 14 | 311 | 113 | 63 |
| Binary | 100010 | 10011111 | 11100000 | 1010101 | 11101 | 0 | 1100 | 11001001 | 1001011 | 110011 |
Color Harmonies of #229FE0
Complementary color
Monochromatic Colors of #229FE0
Black with #229FE0
Text Example
Text Example
White with #229FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229FE0; }
p { color: rgb(34,159,224); }
H1.HeaderClassName
{
color: #229FE0;
}
.AnyTagClassName
{
color: #229FE0;
}
</style>
background-color css
<style>
a { background-color: #229FE0; }
a { background-color: rgb(34,159,224); }
div.DivClassName
{
background-color: #229FE0;
}
.BgClassName
{
background-color: #229FE0;
}
</style>
border-color css
<style>
span { border-color: #229FE0; }
span { border-color: rgb(34,159,224); }
td.TdClassName
{
border-color: #229FE0;
}
.TagClassName
{
border-color: #229FE0;
}
</style>