Shades of Summer Sky #34BADB
Tints of Summer Sky #34BADB
RGB
CMYK
RGB Variations
Color information
#34BADB (or 0x34BADB) is known color: Summer Sky. HEX triplet: 34, BA and DB. RGB value is (52,186,219). Sum of RGB (Red+Green+Blue) = 52+186+219=457 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.38% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #34BADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34BADB is #CB4524. Grayscale: #959595. Windows color (decimal): -13321509 or 14400052. OLE color: 14400052.
HSL color Cylindrical-coordinate representation of color #34BADB: hue angle of 191.86º 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 #34BADB is Cyan = 0.76, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 186 | 219 | - |
| CMYK | 0.76 | 0.15 | 0 | 0.14 |
| HSL | 191.86º | 0.7% | 0.53% | - |
| HSV(B) | 191.86º | 0.76% | 0.86% | - |
| XYZ | 31.76 | 40.96 | 73.25 | - |
| YUV | 149.7 | 167.11 | 58.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 186 | 219 | 0.76 | 0.15 | 0 | 0.14 | 191.86 | 0.7 | 0.53 |
| Hex | 34 | BA | DB | 4C | F | 0 | E | C0 | 46 | 35 |
| Octal | 64 | 272 | 333 | 114 | 17 | 0 | 16 | 300 | 106 | 65 |
| Binary | 110100 | 10111010 | 11011011 | 1001100 | 1111 | 0 | 1110 | 11000000 | 1000110 | 110101 |
Color Harmonies of #34BADB
Complementary color
Monochromatic Colors of #34BADB
Black with #34BADB
Text Example
Text Example
White with #34BADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BADB; }
p { color: rgb(52,186,219); }
H1.HeaderClassName
{
color: #34BADB;
}
.AnyTagClassName
{
color: #34BADB;
}
</style>
background-color css
<style>
a { background-color: #34BADB; }
a { background-color: rgb(52,186,219); }
div.DivClassName
{
background-color: #34BADB;
}
.BgClassName
{
background-color: #34BADB;
}
</style>
border-color css
<style>
span { border-color: #34BADB; }
span { border-color: rgb(52,186,219); }
td.TdClassName
{
border-color: #34BADB;
}
.TagClassName
{
border-color: #34BADB;
}
</style>