Shades of Summer Sky #34BCCE
Tints of Summer Sky #34BCCE
RGB
CMYK
RGB Variations
Color information
#34BCCE (or 0x34BCCE) is known color: Summer Sky. HEX triplet: 34, BC and CE. RGB value is (52,188,206). Sum of RGB (Red+Green+Blue) = 52+188+206=446 (59% of max value = 765). Red value is 52 (20.70% from 255 or 11.66% from 446); Green value is 188 (73.83% from 255 or 42.15% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 206 - color contains mainly: blue. Hex color #34BCCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34BCCE is #CB4331. Grayscale: #959595. Windows color (decimal): -13321010 or 13548596. OLE color: 13548596.
HSL color Cylindrical-coordinate representation of color #34BCCE: hue angle of 187.01º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34BCCE is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 188 | 206 | - |
| CMYK | 0.75 | 0.09 | 0 | 0.19 |
| HSL | 187.01º | 0.61% | 0.51% | - |
| HSV(B) | 187.01º | 0.75% | 0.81% | - |
| XYZ | 30.54 | 41.15 | 64.73 | - |
| YUV | 149.39 | 159.94 | 58.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 188 | 206 | 0.75 | 0.09 | 0 | 0.19 | 187.01 | 0.61 | 0.51 |
| Hex | 34 | BC | CE | 4B | 9 | 0 | 13 | BB | 3D | 33 |
| Octal | 64 | 274 | 316 | 113 | 11 | 0 | 23 | 273 | 75 | 63 |
| Binary | 110100 | 10111100 | 11001110 | 1001011 | 1001 | 0 | 10011 | 10111011 | 111101 | 110011 |
Color Harmonies of #34BCCE
Complementary color
Monochromatic Colors of #34BCCE
Black with #34BCCE
Text Example
Text Example
White with #34BCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BCCE; }
p { color: rgb(52,188,206); }
H1.HeaderClassName
{
color: #34BCCE;
}
.AnyTagClassName
{
color: #34BCCE;
}
</style>
background-color css
<style>
a { background-color: #34BCCE; }
a { background-color: rgb(52,188,206); }
div.DivClassName
{
background-color: #34BCCE;
}
.BgClassName
{
background-color: #34BCCE;
}
</style>
border-color css
<style>
span { border-color: #34BCCE; }
span { border-color: rgb(52,188,206); }
td.TdClassName
{
border-color: #34BCCE;
}
.TagClassName
{
border-color: #34BCCE;
}
</style>