Shades of Summer Sky #34BADA
Tints of Summer Sky #34BADA
RGB
CMYK
RGB Variations
Color information
#34BADA (or 0x34BADA) is known color: Summer Sky. HEX triplet: 34, BA and DA. RGB value is (52,186,218). Sum of RGB (Red+Green+Blue) = 52+186+218=456 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.40% from 456); Green value is 186 (73.05% from 255 or 40.79% from 456); Blue value is 218 (85.55% from 255 or 47.81% from 456); Max value from RGB is 218 - color contains mainly: blue. Hex color #34BADA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34BADA is #CB4525. Grayscale: #959595. Windows color (decimal): -13321510 or 14334516. OLE color: 14334516.
HSL color Cylindrical-coordinate representation of color #34BADA: hue angle of 191.57º degrees, saturation: 0.69, 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 #34BADA is Cyan = 0.76, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 52 | 186 | 218 | - |
| CMYK | 0.76 | 0.15 | 0 | 0.15 |
| HSL | 191.57º | 0.69% | 0.53% | - |
| HSV(B) | 191.57º | 0.76% | 0.85% | - |
| XYZ | 31.63 | 40.91 | 72.56 | - |
| YUV | 149.58 | 166.61 | 58.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 186 | 218 | 0.76 | 0.15 | 0 | 0.15 | 191.57 | 0.69 | 0.53 |
| Hex | 34 | BA | DA | 4C | F | 0 | F | C0 | 45 | 35 |
| Octal | 64 | 272 | 332 | 114 | 17 | 0 | 17 | 300 | 105 | 65 |
| Binary | 110100 | 10111010 | 11011010 | 1001100 | 1111 | 0 | 1111 | 11000000 | 1000101 | 110101 |
Color Harmonies of #34BADA
Complementary color
Monochromatic Colors of #34BADA
Black with #34BADA
Text Example
Text Example
White with #34BADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BADA; }
p { color: rgb(52,186,218); }
H1.HeaderClassName
{
color: #34BADA;
}
.AnyTagClassName
{
color: #34BADA;
}
</style>
background-color css
<style>
a { background-color: #34BADA; }
a { background-color: rgb(52,186,218); }
div.DivClassName
{
background-color: #34BADA;
}
.BgClassName
{
background-color: #34BADA;
}
</style>
border-color css
<style>
span { border-color: #34BADA; }
span { border-color: rgb(52,186,218); }
td.TdClassName
{
border-color: #34BADA;
}
.TagClassName
{
border-color: #34BADA;
}
</style>