Shades of Summer Sky #34A0D9
Tints of Summer Sky #34A0D9
RGB
CMYK
RGB Variations
Color information
#34A0D9 (or 0x34A0D9) is known color: Summer Sky. HEX triplet: 34, A0 and D9. RGB value is (52,160,217). Sum of RGB (Red+Green+Blue) = 52+160+217=429 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.12% from 429); Green value is 160 (62.89% from 255 or 37.30% from 429); Blue value is 217 (85.16% from 255 or 50.58% from 429); Max value from RGB is 217 - color contains mainly: blue. Hex color #34A0D9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34A0D9 is #CB5F26. Grayscale: #858585. Windows color (decimal): -13328167 or 14262324. OLE color: 14262324.
HSL color Cylindrical-coordinate representation of color #34A0D9: hue angle of 200.73º 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 #34A0D9 is Cyan = 0.76, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 52 | 160 | 217 | - |
| CMYK | 0.76 | 0.26 | 0 | 0.15 |
| HSL | 200.73º | 0.68% | 0.53% | - |
| HSV(B) | 200.73º | 0.76% | 0.85% | - |
| XYZ | 26.51 | 30.88 | 70.21 | - |
| YUV | 134.21 | 174.72 | 69.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 160 | 217 | 0.76 | 0.26 | 0 | 0.15 | 200.73 | 0.68 | 0.53 |
| Hex | 34 | A0 | D9 | 4C | 1A | 0 | F | C9 | 44 | 35 |
| Octal | 64 | 240 | 331 | 114 | 32 | 0 | 17 | 311 | 104 | 65 |
| Binary | 110100 | 10100000 | 11011001 | 1001100 | 11010 | 0 | 1111 | 11001001 | 1000100 | 110101 |
Color Harmonies of #34A0D9
Complementary color
Monochromatic Colors of #34A0D9
Black with #34A0D9
Text Example
Text Example
White with #34A0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A0D9; }
p { color: rgb(52,160,217); }
H1.HeaderClassName
{
color: #34A0D9;
}
.AnyTagClassName
{
color: #34A0D9;
}
</style>
background-color css
<style>
a { background-color: #34A0D9; }
a { background-color: rgb(52,160,217); }
div.DivClassName
{
background-color: #34A0D9;
}
.BgClassName
{
background-color: #34A0D9;
}
</style>
border-color css
<style>
span { border-color: #34A0D9; }
span { border-color: rgb(52,160,217); }
td.TdClassName
{
border-color: #34A0D9;
}
.TagClassName
{
border-color: #34A0D9;
}
</style>