Shades of Summer Sky #34AACA
Tints of Summer Sky #34AACA
RGB
CMYK
RGB Variations
Color information
#34AACA (or 0x34AACA) is known color: Summer Sky. HEX triplet: 34, AA and CA. RGB value is (52,170,202). Sum of RGB (Red+Green+Blue) = 52+170+202=424 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.26% from 424); Green value is 170 (66.80% from 255 or 40.09% from 424); Blue value is 202 (79.30% from 255 or 47.64% from 424); Max value from RGB is 202 - color contains mainly: blue. Hex color #34AACA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34AACA is #CB5535. Grayscale: #8A8A8A. Windows color (decimal): -13325622 or 13281844. OLE color: 13281844.
HSL color Cylindrical-coordinate representation of color #34AACA: hue angle of 192.8º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34AACA is Cyan = 0.74, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 52 | 170 | 202 | - |
| CMYK | 0.74 | 0.16 | 0 | 0.21 |
| HSL | 192.8º | 0.59% | 0.5% | - |
| HSV(B) | 192.8º | 0.74% | 0.79% | - |
| XYZ | 26.45 | 33.74 | 61 | - |
| YUV | 138.37 | 163.91 | 66.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 170 | 202 | 0.74 | 0.16 | 0 | 0.21 | 192.8 | 0.59 | 0.5 |
| Hex | 34 | AA | CA | 4A | 10 | 0 | 15 | C1 | 3B | 32 |
| Octal | 64 | 252 | 312 | 112 | 20 | 0 | 25 | 301 | 73 | 62 |
| Binary | 110100 | 10101010 | 11001010 | 1001010 | 10000 | 0 | 10101 | 11000001 | 111011 | 110010 |
Color Harmonies of #34AACA
Complementary color
Monochromatic Colors of #34AACA
Black with #34AACA
Text Example
Text Example
White with #34AACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34AACA; }
p { color: rgb(52,170,202); }
H1.HeaderClassName
{
color: #34AACA;
}
.AnyTagClassName
{
color: #34AACA;
}
</style>
background-color css
<style>
a { background-color: #34AACA; }
a { background-color: rgb(52,170,202); }
div.DivClassName
{
background-color: #34AACA;
}
.BgClassName
{
background-color: #34AACA;
}
</style>
border-color css
<style>
span { border-color: #34AACA; }
span { border-color: rgb(52,170,202); }
td.TdClassName
{
border-color: #34AACA;
}
.TagClassName
{
border-color: #34AACA;
}
</style>