Shades of Summer Sky #34BAE0
Tints of Summer Sky #34BAE0
RGB
CMYK
RGB Variations
Color information
#34BAE0 (or 0x34BAE0) is known color: Summer Sky. HEX triplet: 34, BA and E0. RGB value is (52,186,224). Sum of RGB (Red+Green+Blue) = 52+186+224=462 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.26% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 224 (87.89% from 255 or 48.48% from 462); Max value from RGB is 224 - color contains mainly: blue. Hex color #34BAE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34BAE0 is #CB451F. Grayscale: #959595. Windows color (decimal): -13321504 or 14727732. OLE color: 14727732.
HSL color Cylindrical-coordinate representation of color #34BAE0: hue angle of 193.26º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34BAE0 is Cyan = 0.77, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 52 | 186 | 224 | - |
| CMYK | 0.77 | 0.17 | 0 | 0.12 |
| HSL | 193.26º | 0.74% | 0.54% | - |
| HSV(B) | 193.26º | 0.77% | 0.88% | - |
| XYZ | 32.43 | 41.23 | 76.77 | - |
| YUV | 150.27 | 169.61 | 57.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 186 | 224 | 0.77 | 0.17 | 0 | 0.12 | 193.26 | 0.74 | 0.54 |
| Hex | 34 | BA | E0 | 4D | 11 | 0 | C | C1 | 4A | 36 |
| Octal | 64 | 272 | 340 | 115 | 21 | 0 | 14 | 301 | 112 | 66 |
| Binary | 110100 | 10111010 | 11100000 | 1001101 | 10001 | 0 | 1100 | 11000001 | 1001010 | 110110 |
Color Harmonies of #34BAE0
Complementary color
Monochromatic Colors of #34BAE0
Black with #34BAE0
Text Example
Text Example
White with #34BAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BAE0; }
p { color: rgb(52,186,224); }
H1.HeaderClassName
{
color: #34BAE0;
}
.AnyTagClassName
{
color: #34BAE0;
}
</style>
background-color css
<style>
a { background-color: #34BAE0; }
a { background-color: rgb(52,186,224); }
div.DivClassName
{
background-color: #34BAE0;
}
.BgClassName
{
background-color: #34BAE0;
}
</style>
border-color css
<style>
span { border-color: #34BAE0; }
span { border-color: rgb(52,186,224); }
td.TdClassName
{
border-color: #34BAE0;
}
.TagClassName
{
border-color: #34BAE0;
}
</style>