Shades of Summer Sky #34ACE9
Tints of Summer Sky #34ACE9
RGB
CMYK
RGB Variations
Color information
#34ACE9 (or 0x34ACE9) is known color: Summer Sky. HEX triplet: 34, AC and E9. RGB value is (52,172,233). Sum of RGB (Red+Green+Blue) = 52+172+233=457 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.38% from 457); Green value is 172 (67.58% from 255 or 37.64% from 457); Blue value is 233 (91.41% from 255 or 50.98% from 457); Max value from RGB is 233 - color contains mainly: blue. Hex color #34ACE9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #34ACE9 is #CB5316. Grayscale: #8E8E8E. Windows color (decimal): -13325079 or 15313972. OLE color: 15313972.
HSL color Cylindrical-coordinate representation of color #34ACE9: hue angle of 200.22º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34ACE9 is Cyan = 0.78, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 52 | 172 | 233 | - |
| CMYK | 0.78 | 0.26 | 0 | 0.09 |
| HSL | 200.22º | 0.8% | 0.56% | - |
| HSV(B) | 200.22º | 0.78% | 0.91% | - |
| XYZ | 30.88 | 36.12 | 82.43 | - |
| YUV | 143.07 | 178.74 | 63.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 172 | 233 | 0.78 | 0.26 | 0 | 0.09 | 200.22 | 0.8 | 0.56 |
| Hex | 34 | AC | E9 | 4E | 1A | 0 | 9 | C8 | 50 | 38 |
| Octal | 64 | 254 | 351 | 116 | 32 | 0 | 11 | 310 | 120 | 70 |
| Binary | 110100 | 10101100 | 11101001 | 1001110 | 11010 | 0 | 1001 | 11001000 | 1010000 | 111000 |
Color Harmonies of #34ACE9
Complementary color
Monochromatic Colors of #34ACE9
Black with #34ACE9
Text Example
Text Example
White with #34ACE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34ACE9; }
p { color: rgb(52,172,233); }
H1.HeaderClassName
{
color: #34ACE9;
}
.AnyTagClassName
{
color: #34ACE9;
}
</style>
background-color css
<style>
a { background-color: #34ACE9; }
a { background-color: rgb(52,172,233); }
div.DivClassName
{
background-color: #34ACE9;
}
.BgClassName
{
background-color: #34ACE9;
}
</style>
border-color css
<style>
span { border-color: #34ACE9; }
span { border-color: rgb(52,172,233); }
td.TdClassName
{
border-color: #34ACE9;
}
.TagClassName
{
border-color: #34ACE9;
}
</style>