Shades of Summer Sky #34ACD8
Tints of Summer Sky #34ACD8
RGB
CMYK
RGB Variations
Color information
#34ACD8 (or 0x34ACD8) is known color: Summer Sky. HEX triplet: 34, AC and D8. RGB value is (52,172,216). Sum of RGB (Red+Green+Blue) = 52+172+216=440 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.82% from 440); Green value is 172 (67.58% from 255 or 39.09% from 440); Blue value is 216 (84.77% from 255 or 49.09% from 440); Max value from RGB is 216 - color contains mainly: blue. Hex color #34ACD8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34ACD8 is #CB5327. Grayscale: #8C8C8C. Windows color (decimal): -13325096 or 14199860. OLE color: 14199860.
HSL color Cylindrical-coordinate representation of color #34ACD8: hue angle of 196.1º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34ACD8 is Cyan = 0.76, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 52 | 172 | 216 | - |
| CMYK | 0.76 | 0.20 | 0 | 0.15 |
| HSL | 196.1º | 0.68% | 0.53% | - |
| HSV(B) | 196.1º | 0.76% | 0.85% | - |
| XYZ | 28.56 | 35.19 | 70.25 | - |
| YUV | 141.14 | 170.24 | 64.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 172 | 216 | 0.76 | 0.20 | 0 | 0.15 | 196.1 | 0.68 | 0.53 |
| Hex | 34 | AC | D8 | 4C | 14 | 0 | F | C4 | 44 | 35 |
| Octal | 64 | 254 | 330 | 114 | 24 | 0 | 17 | 304 | 104 | 65 |
| Binary | 110100 | 10101100 | 11011000 | 1001100 | 10100 | 0 | 1111 | 11000100 | 1000100 | 110101 |
Color Harmonies of #34ACD8
Complementary color
Monochromatic Colors of #34ACD8
Black with #34ACD8
Text Example
Text Example
White with #34ACD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34ACD8; }
p { color: rgb(52,172,216); }
H1.HeaderClassName
{
color: #34ACD8;
}
.AnyTagClassName
{
color: #34ACD8;
}
</style>
background-color css
<style>
a { background-color: #34ACD8; }
a { background-color: rgb(52,172,216); }
div.DivClassName
{
background-color: #34ACD8;
}
.BgClassName
{
background-color: #34ACD8;
}
</style>
border-color css
<style>
span { border-color: #34ACD8; }
span { border-color: rgb(52,172,216); }
td.TdClassName
{
border-color: #34ACD8;
}
.TagClassName
{
border-color: #34ACD8;
}
</style>