Shades of Summer Sky #34BCCB
Tints of Summer Sky #34BCCB
RGB
CMYK
RGB Variations
Color information
#34BCCB (or 0x34BCCB) is known color: Summer Sky. HEX triplet: 34, BC and CB. RGB value is (52,188,203). Sum of RGB (Red+Green+Blue) = 52+188+203=443 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.74% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 203 - color contains mainly: blue. Hex color #34BCCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34BCCB is #CB4334. Grayscale: #949494. Windows color (decimal): -13321013 or 13351988. OLE color: 13351988.
HSL color Cylindrical-coordinate representation of color #34BCCB: hue angle of 185.96º 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 #34BCCB is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 188 | 203 | - |
| CMYK | 0.74 | 0.07 | 0 | 0.20 |
| HSL | 185.96º | 0.59% | 0.5% | - |
| HSV(B) | 185.96º | 0.74% | 0.8% | - |
| XYZ | 30.18 | 41.01 | 62.82 | - |
| YUV | 149.05 | 158.44 | 58.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 188 | 203 | 0.74 | 0.07 | 0 | 0.20 | 185.96 | 0.59 | 0.5 |
| Hex | 34 | BC | CB | 4A | 7 | 0 | 14 | BA | 3B | 32 |
| Octal | 64 | 274 | 313 | 112 | 7 | 0 | 24 | 272 | 73 | 62 |
| Binary | 110100 | 10111100 | 11001011 | 1001010 | 111 | 0 | 10100 | 10111010 | 111011 | 110010 |
Color Harmonies of #34BCCB
Complementary color
Monochromatic Colors of #34BCCB
Black with #34BCCB
Text Example
Text Example
White with #34BCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BCCB; }
p { color: rgb(52,188,203); }
H1.HeaderClassName
{
color: #34BCCB;
}
.AnyTagClassName
{
color: #34BCCB;
}
</style>
background-color css
<style>
a { background-color: #34BCCB; }
a { background-color: rgb(52,188,203); }
div.DivClassName
{
background-color: #34BCCB;
}
.BgClassName
{
background-color: #34BCCB;
}
</style>
border-color css
<style>
span { border-color: #34BCCB; }
span { border-color: rgb(52,188,203); }
td.TdClassName
{
border-color: #34BCCB;
}
.TagClassName
{
border-color: #34BCCB;
}
</style>