Shades of Summer Sky #229ADC
Tints of Summer Sky #229ADC
RGB
CMYK
RGB Variations
Color information
#229ADC (or 0x229ADC) is known color: Summer Sky. HEX triplet: 22, 9A and DC. RGB value is (34,154,220). Sum of RGB (Red+Green+Blue) = 34+154+220=408 (54% of max value = 765). Red value is 34 (13.67% from 255 or 8.33% from 408); Green value is 154 (60.55% from 255 or 37.75% from 408); Blue value is 220 (86.33% from 255 or 53.92% from 408); Max value from RGB is 220 - color contains mainly: blue. Hex color #229ADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #229ADC is #DD6523. Grayscale: #7D7D7D. Windows color (decimal): -14509348 or 14457378. OLE color: 14457378.
HSL color Cylindrical-coordinate representation of color #229ADC: hue angle of 201.29º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #229ADC is Cyan = 0.85, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 34 | 154 | 220 | - |
| CMYK | 0.85 | 0.3 | 0 | 0.14 |
| HSL | 201.29º | 0.73% | 0.5% | - |
| HSV(B) | 201.29º | 0.85% | 0.86% | - |
| XYZ | 25.13 | 28.62 | 71.91 | - |
| YUV | 125.64 | 181.24 | 62.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 154 | 220 | 0.85 | 0.3 | 0 | 0.14 | 201.29 | 0.73 | 0.5 |
| Hex | 22 | 9A | DC | 55 | 1E | 0 | E | C9 | 49 | 32 |
| Octal | 42 | 232 | 334 | 125 | 36 | 0 | 16 | 311 | 111 | 62 |
| Binary | 100010 | 10011010 | 11011100 | 1010101 | 11110 | 0 | 1110 | 11001001 | 1001001 | 110010 |
Color Harmonies of #229ADC
Complementary color
Monochromatic Colors of #229ADC
Black with #229ADC
Text Example
Text Example
White with #229ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229ADC; }
p { color: rgb(34,154,220); }
H1.HeaderClassName
{
color: #229ADC;
}
.AnyTagClassName
{
color: #229ADC;
}
</style>
background-color css
<style>
a { background-color: #229ADC; }
a { background-color: rgb(34,154,220); }
div.DivClassName
{
background-color: #229ADC;
}
.BgClassName
{
background-color: #229ADC;
}
</style>
border-color css
<style>
span { border-color: #229ADC; }
span { border-color: rgb(34,154,220); }
td.TdClassName
{
border-color: #229ADC;
}
.TagClassName
{
border-color: #229ADC;
}
</style>