Shades of Summer Sky #34AECF
Tints of Summer Sky #34AECF
RGB
CMYK
RGB Variations
Color information
#34AECF (or 0x34AECF) is known color: Summer Sky. HEX triplet: 34, AE and CF. RGB value is (52,174,207). Sum of RGB (Red+Green+Blue) = 52+174+207=433 (57% of max value = 765). Red value is 52 (20.70% from 255 or 12.01% from 433); Green value is 174 (68.36% from 255 or 40.18% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #34AECF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34AECF is #CB5130. Grayscale: #8D8D8D. Windows color (decimal): -13324593 or 13610548. OLE color: 13610548.
HSL color Cylindrical-coordinate representation of color #34AECF: hue angle of 192.77º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34AECF is Cyan = 0.75, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 174 | 207 | - |
| CMYK | 0.75 | 0.16 | 0 | 0.19 |
| HSL | 192.77º | 0.62% | 0.51% | - |
| HSV(B) | 192.77º | 0.75% | 0.81% | - |
| XYZ | 27.81 | 35.51 | 64.42 | - |
| YUV | 141.28 | 165.08 | 64.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 174 | 207 | 0.75 | 0.16 | 0 | 0.19 | 192.77 | 0.62 | 0.51 |
| Hex | 34 | AE | CF | 4B | 10 | 0 | 13 | C1 | 3E | 33 |
| Octal | 64 | 256 | 317 | 113 | 20 | 0 | 23 | 301 | 76 | 63 |
| Binary | 110100 | 10101110 | 11001111 | 1001011 | 10000 | 0 | 10011 | 11000001 | 111110 | 110011 |
Color Harmonies of #34AECF
Complementary color
Monochromatic Colors of #34AECF
Black with #34AECF
Text Example
Text Example
White with #34AECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34AECF; }
p { color: rgb(52,174,207); }
H1.HeaderClassName
{
color: #34AECF;
}
.AnyTagClassName
{
color: #34AECF;
}
</style>
background-color css
<style>
a { background-color: #34AECF; }
a { background-color: rgb(52,174,207); }
div.DivClassName
{
background-color: #34AECF;
}
.BgClassName
{
background-color: #34AECF;
}
</style>
border-color css
<style>
span { border-color: #34AECF; }
span { border-color: rgb(52,174,207); }
td.TdClassName
{
border-color: #34AECF;
}
.TagClassName
{
border-color: #34AECF;
}
</style>