Shades of Summer Sky #34AECD
Tints of Summer Sky #34AECD
RGB
CMYK
RGB Variations
Color information
#34AECD (or 0x34AECD) is known color: Summer Sky. HEX triplet: 34, AE and CD. RGB value is (52,174,205). Sum of RGB (Red+Green+Blue) = 52+174+205=431 (57% of max value = 765). Red value is 52 (20.70% from 255 or 12.06% from 431); Green value is 174 (68.36% from 255 or 40.37% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #34AECD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34AECD is #CB5132. Grayscale: #8C8C8C. Windows color (decimal): -13324595 or 13479476. OLE color: 13479476.
HSL color Cylindrical-coordinate representation of color #34AECD: hue angle of 192.16º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34AECD is Cyan = 0.75, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 174 | 205 | - |
| CMYK | 0.75 | 0.15 | 0 | 0.20 |
| HSL | 192.16º | 0.6% | 0.5% | - |
| HSV(B) | 192.16º | 0.75% | 0.8% | - |
| XYZ | 27.57 | 35.41 | 63.14 | - |
| YUV | 141.06 | 164.08 | 64.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 174 | 205 | 0.75 | 0.15 | 0 | 0.20 | 192.16 | 0.6 | 0.5 |
| Hex | 34 | AE | CD | 4B | F | 0 | 14 | C0 | 3C | 32 |
| Octal | 64 | 256 | 315 | 113 | 17 | 0 | 24 | 300 | 74 | 62 |
| Binary | 110100 | 10101110 | 11001101 | 1001011 | 1111 | 0 | 10100 | 11000000 | 111100 | 110010 |
Color Harmonies of #34AECD
Complementary color
Monochromatic Colors of #34AECD
Black with #34AECD
Text Example
Text Example
White with #34AECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34AECD; }
p { color: rgb(52,174,205); }
H1.HeaderClassName
{
color: #34AECD;
}
.AnyTagClassName
{
color: #34AECD;
}
</style>
background-color css
<style>
a { background-color: #34AECD; }
a { background-color: rgb(52,174,205); }
div.DivClassName
{
background-color: #34AECD;
}
.BgClassName
{
background-color: #34AECD;
}
</style>
border-color css
<style>
span { border-color: #34AECD; }
span { border-color: rgb(52,174,205); }
td.TdClassName
{
border-color: #34AECD;
}
.TagClassName
{
border-color: #34AECD;
}
</style>