Shades of Summer Sky #34AEDB
Tints of Summer Sky #34AEDB
RGB
CMYK
RGB Variations
Color information
#34AEDB (or 0x34AEDB) is known color: Summer Sky. HEX triplet: 34, AE and DB. RGB value is (52,174,219). Sum of RGB (Red+Green+Blue) = 52+174+219=445 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.69% from 445); Green value is 174 (68.36% from 255 or 39.10% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #34AEDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34AEDB is #CB5124. Grayscale: #8E8E8E. Windows color (decimal): -13324581 or 14396980. OLE color: 14396980.
HSL color Cylindrical-coordinate representation of color #34AEDB: hue angle of 196.17º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34AEDB is Cyan = 0.76, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 174 | 219 | - |
| CMYK | 0.76 | 0.21 | 0 | 0.14 |
| HSL | 196.17º | 0.7% | 0.53% | - |
| HSV(B) | 196.17º | 0.76% | 0.86% | - |
| XYZ | 29.34 | 36.12 | 72.44 | - |
| YUV | 142.65 | 171.08 | 63.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 174 | 219 | 0.76 | 0.21 | 0 | 0.14 | 196.17 | 0.7 | 0.53 |
| Hex | 34 | AE | DB | 4C | 15 | 0 | E | C4 | 46 | 35 |
| Octal | 64 | 256 | 333 | 114 | 25 | 0 | 16 | 304 | 106 | 65 |
| Binary | 110100 | 10101110 | 11011011 | 1001100 | 10101 | 0 | 1110 | 11000100 | 1000110 | 110101 |
Color Harmonies of #34AEDB
Complementary color
Monochromatic Colors of #34AEDB
Black with #34AEDB
Text Example
Text Example
White with #34AEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34AEDB; }
p { color: rgb(52,174,219); }
H1.HeaderClassName
{
color: #34AEDB;
}
.AnyTagClassName
{
color: #34AEDB;
}
</style>
background-color css
<style>
a { background-color: #34AEDB; }
a { background-color: rgb(52,174,219); }
div.DivClassName
{
background-color: #34AEDB;
}
.BgClassName
{
background-color: #34AEDB;
}
</style>
border-color css
<style>
span { border-color: #34AEDB; }
span { border-color: rgb(52,174,219); }
td.TdClassName
{
border-color: #34AEDB;
}
.TagClassName
{
border-color: #34AEDB;
}
</style>