Shades of Summer Sky #34BECE
Tints of Summer Sky #34BECE
RGB
CMYK
RGB Variations
Color information
#34BECE (or 0x34BECE) is known color: Summer Sky. HEX triplet: 34, BE and CE. RGB value is (52,190,206). Sum of RGB (Red+Green+Blue) = 52+190+206=448 (59% of max value = 765). Red value is 52 (20.70% from 255 or 11.61% from 448); Green value is 190 (74.61% from 255 or 42.41% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 206 - color contains mainly: blue. Hex color #34BECE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34BECE is #CB4131. Grayscale: #969696. Windows color (decimal): -13320498 or 13549108. OLE color: 13549108.
HSL color Cylindrical-coordinate representation of color #34BECE: hue angle of 186.23º 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 #34BECE is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 190 | 206 | - |
| CMYK | 0.75 | 0.08 | 0 | 0.19 |
| HSL | 186.23º | 0.61% | 0.51% | - |
| HSV(B) | 186.23º | 0.75% | 0.81% | - |
| XYZ | 30.97 | 42.01 | 64.87 | - |
| YUV | 150.56 | 159.28 | 57.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 190 | 206 | 0.75 | 0.08 | 0 | 0.19 | 186.23 | 0.61 | 0.51 |
| Hex | 34 | BE | CE | 4B | 8 | 0 | 13 | BA | 3D | 33 |
| Octal | 64 | 276 | 316 | 113 | 10 | 0 | 23 | 272 | 75 | 63 |
| Binary | 110100 | 10111110 | 11001110 | 1001011 | 1000 | 0 | 10011 | 10111010 | 111101 | 110011 |
Color Harmonies of #34BECE
Complementary color
Monochromatic Colors of #34BECE
Black with #34BECE
Text Example
Text Example
White with #34BECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BECE; }
p { color: rgb(52,190,206); }
H1.HeaderClassName
{
color: #34BECE;
}
.AnyTagClassName
{
color: #34BECE;
}
</style>
background-color css
<style>
a { background-color: #34BECE; }
a { background-color: rgb(52,190,206); }
div.DivClassName
{
background-color: #34BECE;
}
.BgClassName
{
background-color: #34BECE;
}
</style>
border-color css
<style>
span { border-color: #34BECE; }
span { border-color: rgb(52,190,206); }
td.TdClassName
{
border-color: #34BECE;
}
.TagClassName
{
border-color: #34BECE;
}
</style>