Shades of Summer Sky #34BCCC
Tints of Summer Sky #34BCCC
RGB
CMYK
RGB Variations
Color information
#34BCCC (or 0x34BCCC) is known color: Summer Sky. HEX triplet: 34, BC and CC. RGB value is (52,188,204). Sum of RGB (Red+Green+Blue) = 52+188+204=444 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.71% from 444); Green value is 188 (73.83% from 255 or 42.34% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 204 - color contains mainly: blue. Hex color #34BCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34BCCC is #CB4333. Grayscale: #949494. Windows color (decimal): -13321012 or 13417524. OLE color: 13417524.
HSL color Cylindrical-coordinate representation of color #34BCCC: hue angle of 186.32º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34BCCC is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 52 | 188 | 204 | - |
| CMYK | 0.75 | 0.08 | 0 | 0.2 |
| HSL | 186.32º | 0.6% | 0.5% | - |
| HSV(B) | 186.32º | 0.75% | 0.8% | - |
| XYZ | 30.3 | 41.06 | 63.45 | - |
| YUV | 149.16 | 158.94 | 58.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 188 | 204 | 0.75 | 0.08 | 0 | 0.2 | 186.32 | 0.6 | 0.5 |
| Hex | 34 | BC | CC | 4B | 8 | 0 | 14 | BA | 3C | 32 |
| Octal | 64 | 274 | 314 | 113 | 10 | 0 | 24 | 272 | 74 | 62 |
| Binary | 110100 | 10111100 | 11001100 | 1001011 | 1000 | 0 | 10100 | 10111010 | 111100 | 110010 |
Color Harmonies of #34BCCC
Complementary color
Monochromatic Colors of #34BCCC
Black with #34BCCC
Text Example
Text Example
White with #34BCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BCCC; }
p { color: rgb(52,188,204); }
H1.HeaderClassName
{
color: #34BCCC;
}
.AnyTagClassName
{
color: #34BCCC;
}
</style>
background-color css
<style>
a { background-color: #34BCCC; }
a { background-color: rgb(52,188,204); }
div.DivClassName
{
background-color: #34BCCC;
}
.BgClassName
{
background-color: #34BCCC;
}
</style>
border-color css
<style>
span { border-color: #34BCCC; }
span { border-color: rgb(52,188,204); }
td.TdClassName
{
border-color: #34BCCC;
}
.TagClassName
{
border-color: #34BCCC;
}
</style>