Shades of Summer Sky #34A8DB
Tints of Summer Sky #34A8DB
RGB
CMYK
RGB Variations
Color information
#34A8DB (or 0x34A8DB) is known color: Summer Sky. HEX triplet: 34, A8 and DB. RGB value is (52,168,219). Sum of RGB (Red+Green+Blue) = 52+168+219=439 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.85% from 439); Green value is 168 (66.02% from 255 or 38.27% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #34A8DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34A8DB is #CB5724. Grayscale: #8A8A8A. Windows color (decimal): -13326117 or 14395444. OLE color: 14395444.
HSL color Cylindrical-coordinate representation of color #34A8DB: hue angle of 198.32º 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 #34A8DB is Cyan = 0.76, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 168 | 219 | - |
| CMYK | 0.76 | 0.23 | 0 | 0.14 |
| HSL | 198.32º | 0.7% | 0.53% | - |
| HSV(B) | 198.32º | 0.76% | 0.86% | - |
| XYZ | 28.2 | 33.85 | 72.06 | - |
| YUV | 139.13 | 173.07 | 65.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 168 | 219 | 0.76 | 0.23 | 0 | 0.14 | 198.32 | 0.7 | 0.53 |
| Hex | 34 | A8 | DB | 4C | 17 | 0 | E | C6 | 46 | 35 |
| Octal | 64 | 250 | 333 | 114 | 27 | 0 | 16 | 306 | 106 | 65 |
| Binary | 110100 | 10101000 | 11011011 | 1001100 | 10111 | 0 | 1110 | 11000110 | 1000110 | 110101 |
Color Harmonies of #34A8DB
Complementary color
Monochromatic Colors of #34A8DB
Black with #34A8DB
Text Example
Text Example
White with #34A8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A8DB; }
p { color: rgb(52,168,219); }
H1.HeaderClassName
{
color: #34A8DB;
}
.AnyTagClassName
{
color: #34A8DB;
}
</style>
background-color css
<style>
a { background-color: #34A8DB; }
a { background-color: rgb(52,168,219); }
div.DivClassName
{
background-color: #34A8DB;
}
.BgClassName
{
background-color: #34A8DB;
}
</style>
border-color css
<style>
span { border-color: #34A8DB; }
span { border-color: rgb(52,168,219); }
td.TdClassName
{
border-color: #34A8DB;
}
.TagClassName
{
border-color: #34A8DB;
}
</style>