Shades of Summer Sky #34B2CB
Tints of Summer Sky #34B2CB
RGB
CMYK
RGB Variations
Color information
#34B2CB (or 0x34B2CB) is known color: Summer Sky. HEX triplet: 34, B2 and CB. RGB value is (52,178,203). Sum of RGB (Red+Green+Blue) = 52+178+203=433 (57% of max value = 765). Red value is 52 (20.70% from 255 or 12.01% from 433); Green value is 178 (69.92% from 255 or 41.11% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 203 - color contains mainly: blue. Hex color #34B2CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34B2CB is #CB4D34. Grayscale: #8E8E8E. Windows color (decimal): -13323573 or 13349428. OLE color: 13349428.
HSL color Cylindrical-coordinate representation of color #34B2CB: hue angle of 189.93º 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 #34B2CB is Cyan = 0.74, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 178 | 203 | - |
| CMYK | 0.74 | 0.12 | 0 | 0.20 |
| HSL | 189.93º | 0.59% | 0.5% | - |
| HSV(B) | 189.93º | 0.74% | 0.8% | - |
| XYZ | 28.12 | 36.88 | 62.14 | - |
| YUV | 143.18 | 161.76 | 62.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 178 | 203 | 0.74 | 0.12 | 0 | 0.20 | 189.93 | 0.59 | 0.5 |
| Hex | 34 | B2 | CB | 4A | C | 0 | 14 | BE | 3B | 32 |
| Octal | 64 | 262 | 313 | 112 | 14 | 0 | 24 | 276 | 73 | 62 |
| Binary | 110100 | 10110010 | 11001011 | 1001010 | 1100 | 0 | 10100 | 10111110 | 111011 | 110010 |
Color Harmonies of #34B2CB
Complementary color
Monochromatic Colors of #34B2CB
Black with #34B2CB
Text Example
Text Example
White with #34B2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34B2CB; }
p { color: rgb(52,178,203); }
H1.HeaderClassName
{
color: #34B2CB;
}
.AnyTagClassName
{
color: #34B2CB;
}
</style>
background-color css
<style>
a { background-color: #34B2CB; }
a { background-color: rgb(52,178,203); }
div.DivClassName
{
background-color: #34B2CB;
}
.BgClassName
{
background-color: #34B2CB;
}
</style>
border-color css
<style>
span { border-color: #34B2CB; }
span { border-color: rgb(52,178,203); }
td.TdClassName
{
border-color: #34B2CB;
}
.TagClassName
{
border-color: #34B2CB;
}
</style>