Shades of Summer Sky #34A4DB
Tints of Summer Sky #34A4DB
RGB
CMYK
RGB Variations
Color information
#34A4DB (or 0x34A4DB) is known color: Summer Sky. HEX triplet: 34, A4 and DB. RGB value is (52,164,219). Sum of RGB (Red+Green+Blue) = 52+164+219=435 (57% of max value = 765). Red value is 52 (20.70% from 255 or 11.95% from 435); Green value is 164 (64.45% from 255 or 37.70% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #34A4DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34A4DB is #CB5B24. Grayscale: #888888. Windows color (decimal): -13327141 or 14394420. OLE color: 14394420.
HSL color Cylindrical-coordinate representation of color #34A4DB: hue angle of 199.76º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34A4DB is Cyan = 0.76, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 164 | 219 | - |
| CMYK | 0.76 | 0.25 | 0 | 0.14 |
| HSL | 199.76º | 0.7% | 0.53% | - |
| HSV(B) | 199.76º | 0.76% | 0.86% | - |
| XYZ | 27.48 | 32.4 | 71.82 | - |
| YUV | 136.78 | 174.39 | 67.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 164 | 219 | 0.76 | 0.25 | 0 | 0.14 | 199.76 | 0.7 | 0.53 |
| Hex | 34 | A4 | DB | 4C | 19 | 0 | E | C8 | 46 | 35 |
| Octal | 64 | 244 | 333 | 114 | 31 | 0 | 16 | 310 | 106 | 65 |
| Binary | 110100 | 10100100 | 11011011 | 1001100 | 11001 | 0 | 1110 | 11001000 | 1000110 | 110101 |
Color Harmonies of #34A4DB
Complementary color
Monochromatic Colors of #34A4DB
Black with #34A4DB
Text Example
Text Example
White with #34A4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A4DB; }
p { color: rgb(52,164,219); }
H1.HeaderClassName
{
color: #34A4DB;
}
.AnyTagClassName
{
color: #34A4DB;
}
</style>
background-color css
<style>
a { background-color: #34A4DB; }
a { background-color: rgb(52,164,219); }
div.DivClassName
{
background-color: #34A4DB;
}
.BgClassName
{
background-color: #34A4DB;
}
</style>
border-color css
<style>
span { border-color: #34A4DB; }
span { border-color: rgb(52,164,219); }
td.TdClassName
{
border-color: #34A4DB;
}
.TagClassName
{
border-color: #34A4DB;
}
</style>