Shades of Summer Sky #34ACC7
Tints of Summer Sky #34ACC7
RGB
CMYK
RGB Variations
Color information
#34ACC7 (or 0x34ACC7) is known color: Summer Sky. HEX triplet: 34, AC and C7. RGB value is (52,172,199). Sum of RGB (Red+Green+Blue) = 52+172+199=423 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.29% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 199 (78.12% from 255 or 47.04% from 423); Max value from RGB is 199 - color contains mainly: blue. Hex color #34ACC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34ACC7 is #CB5338. Grayscale: #8A8A8A. Windows color (decimal): -13325113 or 13085748. OLE color: 13085748.
HSL color Cylindrical-coordinate representation of color #34ACC7: hue angle of 191.02º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34ACC7 is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 52 | 172 | 199 | - |
| CMYK | 0.74 | 0.14 | 0 | 0.22 |
| HSL | 191.02º | 0.59% | 0.49% | - |
| HSV(B) | 191.02º | 0.74% | 0.78% | - |
| XYZ | 26.48 | 34.36 | 59.27 | - |
| YUV | 139.2 | 161.74 | 65.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 172 | 199 | 0.74 | 0.14 | 0 | 0.22 | 191.02 | 0.59 | 0.49 |
| Hex | 34 | AC | C7 | 4A | E | 0 | 16 | BF | 3B | 31 |
| Octal | 64 | 254 | 307 | 112 | 16 | 0 | 26 | 277 | 73 | 61 |
| Binary | 110100 | 10101100 | 11000111 | 1001010 | 1110 | 0 | 10110 | 10111111 | 111011 | 110001 |
Color Harmonies of #34ACC7
Complementary color
Monochromatic Colors of #34ACC7
Black with #34ACC7
Text Example
Text Example
White with #34ACC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34ACC7; }
p { color: rgb(52,172,199); }
H1.HeaderClassName
{
color: #34ACC7;
}
.AnyTagClassName
{
color: #34ACC7;
}
</style>
background-color css
<style>
a { background-color: #34ACC7; }
a { background-color: rgb(52,172,199); }
div.DivClassName
{
background-color: #34ACC7;
}
.BgClassName
{
background-color: #34ACC7;
}
</style>
border-color css
<style>
span { border-color: #34ACC7; }
span { border-color: rgb(52,172,199); }
td.TdClassName
{
border-color: #34ACC7;
}
.TagClassName
{
border-color: #34ACC7;
}
</style>