Shades of Summer Sky #34BCDB
Tints of Summer Sky #34BCDB
RGB
CMYK
RGB Variations
Color information
#34BCDB (or 0x34BCDB) is known color: Summer Sky. HEX triplet: 34, BC and DB. RGB value is (52,188,219). Sum of RGB (Red+Green+Blue) = 52+188+219=459 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.33% from 459); Green value is 188 (73.83% from 255 or 40.96% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #34BCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34BCDB is #CB4324. Grayscale: #969696. Windows color (decimal): -13320997 or 14400564. OLE color: 14400564.
HSL color Cylindrical-coordinate representation of color #34BCDB: hue angle of 191.14º 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 #34BCDB is Cyan = 0.76, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 188 | 219 | - |
| CMYK | 0.76 | 0.14 | 0 | 0.14 |
| HSL | 191.14º | 0.7% | 0.53% | - |
| HSV(B) | 191.14º | 0.76% | 0.86% | - |
| XYZ | 32.19 | 41.81 | 73.39 | - |
| YUV | 150.87 | 166.44 | 57.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 188 | 219 | 0.76 | 0.14 | 0 | 0.14 | 191.14 | 0.7 | 0.53 |
| Hex | 34 | BC | DB | 4C | E | 0 | E | BF | 46 | 35 |
| Octal | 64 | 274 | 333 | 114 | 16 | 0 | 16 | 277 | 106 | 65 |
| Binary | 110100 | 10111100 | 11011011 | 1001100 | 1110 | 0 | 1110 | 10111111 | 1000110 | 110101 |
Color Harmonies of #34BCDB
Complementary color
Monochromatic Colors of #34BCDB
Black with #34BCDB
Text Example
Text Example
White with #34BCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BCDB; }
p { color: rgb(52,188,219); }
H1.HeaderClassName
{
color: #34BCDB;
}
.AnyTagClassName
{
color: #34BCDB;
}
</style>
background-color css
<style>
a { background-color: #34BCDB; }
a { background-color: rgb(52,188,219); }
div.DivClassName
{
background-color: #34BCDB;
}
.BgClassName
{
background-color: #34BCDB;
}
</style>
border-color css
<style>
span { border-color: #34BCDB; }
span { border-color: rgb(52,188,219); }
td.TdClassName
{
border-color: #34BCDB;
}
.TagClassName
{
border-color: #34BCDB;
}
</style>