Shades of Summer Sky #34BCCA
Tints of Summer Sky #34BCCA
RGB
CMYK
RGB Variations
Color information
#34BCCA (or 0x34BCCA) is known color: Summer Sky. HEX triplet: 34, BC and CA. RGB value is (52,188,202). Sum of RGB (Red+Green+Blue) = 52+188+202=442 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.76% from 442); Green value is 188 (73.83% from 255 or 42.53% from 442); Blue value is 202 (79.30% from 255 or 45.70% from 442); Max value from RGB is 202 - color contains mainly: blue. Hex color #34BCCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34BCCA is #CB4335. Grayscale: #949494. Windows color (decimal): -13321014 or 13286452. OLE color: 13286452.
HSL color Cylindrical-coordinate representation of color #34BCCA: hue angle of 185.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 #34BCCA is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 52 | 188 | 202 | - |
| CMYK | 0.74 | 0.07 | 0 | 0.21 |
| HSL | 185.6º | 0.59% | 0.5% | - |
| HSV(B) | 185.6º | 0.74% | 0.79% | - |
| XYZ | 30.06 | 40.96 | 62.2 | - |
| YUV | 148.93 | 157.94 | 58.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 188 | 202 | 0.74 | 0.07 | 0 | 0.21 | 185.6 | 0.59 | 0.5 |
| Hex | 34 | BC | CA | 4A | 7 | 0 | 15 | BA | 3B | 32 |
| Octal | 64 | 274 | 312 | 112 | 7 | 0 | 25 | 272 | 73 | 62 |
| Binary | 110100 | 10111100 | 11001010 | 1001010 | 111 | 0 | 10101 | 10111010 | 111011 | 110010 |
Color Harmonies of #34BCCA
Complementary color
Monochromatic Colors of #34BCCA
Black with #34BCCA
Text Example
Text Example
White with #34BCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BCCA; }
p { color: rgb(52,188,202); }
H1.HeaderClassName
{
color: #34BCCA;
}
.AnyTagClassName
{
color: #34BCCA;
}
</style>
background-color css
<style>
a { background-color: #34BCCA; }
a { background-color: rgb(52,188,202); }
div.DivClassName
{
background-color: #34BCCA;
}
.BgClassName
{
background-color: #34BCCA;
}
</style>
border-color css
<style>
span { border-color: #34BCCA; }
span { border-color: rgb(52,188,202); }
td.TdClassName
{
border-color: #34BCCA;
}
.TagClassName
{
border-color: #34BCCA;
}
</style>