Shades of Summer Sky #34B2CA
Tints of Summer Sky #34B2CA
RGB
CMYK
RGB Variations
Color information
#34B2CA (or 0x34B2CA) is known color: Summer Sky. HEX triplet: 34, B2 and CA. RGB value is (52,178,202). Sum of RGB (Red+Green+Blue) = 52+178+202=432 (57% of max value = 765). Red value is 52 (20.70% from 255 or 12.04% from 432); Green value is 178 (69.92% from 255 or 41.20% from 432); Blue value is 202 (79.30% from 255 or 46.76% from 432); Max value from RGB is 202 - color contains mainly: blue. Hex color #34B2CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34B2CA is #CB4D35. Grayscale: #8E8E8E. Windows color (decimal): -13323574 or 13283892. OLE color: 13283892.
HSL color Cylindrical-coordinate representation of color #34B2CA: hue angle of 189.6º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34B2CA is Cyan = 0.74, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 52 | 178 | 202 | - |
| CMYK | 0.74 | 0.12 | 0 | 0.21 |
| HSL | 189.6º | 0.59% | 0.5% | - |
| HSV(B) | 189.6º | 0.74% | 0.79% | - |
| XYZ | 28 | 36.84 | 61.51 | - |
| YUV | 143.06 | 161.26 | 63.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 178 | 202 | 0.74 | 0.12 | 0 | 0.21 | 189.6 | 0.59 | 0.5 |
| Hex | 34 | B2 | CA | 4A | C | 0 | 15 | BE | 3B | 32 |
| Octal | 64 | 262 | 312 | 112 | 14 | 0 | 25 | 276 | 73 | 62 |
| Binary | 110100 | 10110010 | 11001010 | 1001010 | 1100 | 0 | 10101 | 10111110 | 111011 | 110010 |
Color Harmonies of #34B2CA
Complementary color
Monochromatic Colors of #34B2CA
Black with #34B2CA
Text Example
Text Example
White with #34B2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34B2CA; }
p { color: rgb(52,178,202); }
H1.HeaderClassName
{
color: #34B2CA;
}
.AnyTagClassName
{
color: #34B2CA;
}
</style>
background-color css
<style>
a { background-color: #34B2CA; }
a { background-color: rgb(52,178,202); }
div.DivClassName
{
background-color: #34B2CA;
}
.BgClassName
{
background-color: #34B2CA;
}
</style>
border-color css
<style>
span { border-color: #34B2CA; }
span { border-color: rgb(52,178,202); }
td.TdClassName
{
border-color: #34B2CA;
}
.TagClassName
{
border-color: #34B2CA;
}
</style>