Shades of Summer Sky #34BECB
Tints of Summer Sky #34BECB
RGB
CMYK
RGB Variations
Color information
#34BECB (or 0x34BECB) is known color: Summer Sky. HEX triplet: 34, BE and CB. RGB value is (52,190,203). Sum of RGB (Red+Green+Blue) = 52+190+203=445 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.69% from 445); Green value is 190 (74.61% from 255 or 42.70% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #34BECB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34BECB is #CB4134. Grayscale: #969696. Windows color (decimal): -13320501 or 13352500. OLE color: 13352500.
HSL color Cylindrical-coordinate representation of color #34BECB: hue angle of 185.17º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34BECB is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 190 | 203 | - |
| CMYK | 0.74 | 0.06 | 0 | 0.20 |
| HSL | 185.17º | 0.59% | 0.5% | - |
| HSV(B) | 185.17º | 0.74% | 0.8% | - |
| XYZ | 30.61 | 41.87 | 62.97 | - |
| YUV | 150.22 | 157.78 | 57.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 190 | 203 | 0.74 | 0.06 | 0 | 0.20 | 185.17 | 0.59 | 0.5 |
| Hex | 34 | BE | CB | 4A | 6 | 0 | 14 | B9 | 3B | 32 |
| Octal | 64 | 276 | 313 | 112 | 6 | 0 | 24 | 271 | 73 | 62 |
| Binary | 110100 | 10111110 | 11001011 | 1001010 | 110 | 0 | 10100 | 10111001 | 111011 | 110010 |
Color Harmonies of #34BECB
Complementary color
Monochromatic Colors of #34BECB
Black with #34BECB
Text Example
Text Example
White with #34BECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BECB; }
p { color: rgb(52,190,203); }
H1.HeaderClassName
{
color: #34BECB;
}
.AnyTagClassName
{
color: #34BECB;
}
</style>
background-color css
<style>
a { background-color: #34BECB; }
a { background-color: rgb(52,190,203); }
div.DivClassName
{
background-color: #34BECB;
}
.BgClassName
{
background-color: #34BECB;
}
</style>
border-color css
<style>
span { border-color: #34BECB; }
span { border-color: rgb(52,190,203); }
td.TdClassName
{
border-color: #34BECB;
}
.TagClassName
{
border-color: #34BECB;
}
</style>