Shades of Summer Sky #229CDA
Tints of Summer Sky #229CDA
RGB
CMYK
RGB Variations
Color information
#229CDA (or 0x229CDA) is known color: Summer Sky. HEX triplet: 22, 9C and DA. RGB value is (34,156,218). Sum of RGB (Red+Green+Blue) = 34+156+218=408 (54% of max value = 765). Red value is 34 (13.67% from 255 or 8.33% from 408); Green value is 156 (61.33% from 255 or 38.24% from 408); Blue value is 218 (85.55% from 255 or 53.43% from 408); Max value from RGB is 218 - color contains mainly: blue. Hex color #229CDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #229CDA is #DD6325. Grayscale: #7E7E7E. Windows color (decimal): -14508838 or 14326818. OLE color: 14326818.
HSL color Cylindrical-coordinate representation of color #229CDA: hue angle of 200.22º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #229CDA is Cyan = 0.84, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 34 | 156 | 218 | - |
| CMYK | 0.84 | 0.28 | 0 | 0.15 |
| HSL | 200.22º | 0.73% | 0.49% | - |
| HSV(B) | 200.22º | 0.84% | 0.85% | - |
| XYZ | 25.2 | 29.18 | 70.63 | - |
| YUV | 126.59 | 179.58 | 61.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 156 | 218 | 0.84 | 0.28 | 0 | 0.15 | 200.22 | 0.73 | 0.49 |
| Hex | 22 | 9C | DA | 54 | 1C | 0 | F | C8 | 49 | 31 |
| Octal | 42 | 234 | 332 | 124 | 34 | 0 | 17 | 310 | 111 | 61 |
| Binary | 100010 | 10011100 | 11011010 | 1010100 | 11100 | 0 | 1111 | 11001000 | 1001001 | 110001 |
Color Harmonies of #229CDA
Complementary color
Monochromatic Colors of #229CDA
Black with #229CDA
Text Example
Text Example
White with #229CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229CDA; }
p { color: rgb(34,156,218); }
H1.HeaderClassName
{
color: #229CDA;
}
.AnyTagClassName
{
color: #229CDA;
}
</style>
background-color css
<style>
a { background-color: #229CDA; }
a { background-color: rgb(34,156,218); }
div.DivClassName
{
background-color: #229CDA;
}
.BgClassName
{
background-color: #229CDA;
}
</style>
border-color css
<style>
span { border-color: #229CDA; }
span { border-color: rgb(34,156,218); }
td.TdClassName
{
border-color: #229CDA;
}
.TagClassName
{
border-color: #229CDA;
}
</style>