Shades of Summer Sky #34C0D5
Tints of Summer Sky #34C0D5
RGB
CMYK
RGB Variations
Color information
#34C0D5 (or 0x34C0D5) is known color: Summer Sky. HEX triplet: 34, C0 and D5. RGB value is (52,192,213). Sum of RGB (Red+Green+Blue) = 52+192+213=457 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.38% from 457); Green value is 192 (75.39% from 255 or 42.01% from 457); Blue value is 213 (83.59% from 255 or 46.61% from 457); Max value from RGB is 213 - color contains mainly: blue. Hex color #34C0D5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34C0D5 is #CB3F2A. Grayscale: #989898. Windows color (decimal): -13319979 or 14008372. OLE color: 14008372.
HSL color Cylindrical-coordinate representation of color #34C0D5: hue angle of 187.83º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34C0D5 is Cyan = 0.76, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 52 | 192 | 213 | - |
| CMYK | 0.76 | 0.10 | 0 | 0.16 |
| HSL | 187.83º | 0.66% | 0.52% | - |
| HSV(B) | 187.83º | 0.76% | 0.84% | - |
| XYZ | 32.28 | 43.23 | 69.59 | - |
| YUV | 152.53 | 162.12 | 56.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 192 | 213 | 0.76 | 0.10 | 0 | 0.16 | 187.83 | 0.66 | 0.52 |
| Hex | 34 | C0 | D5 | 4C | A | 0 | 10 | BC | 42 | 34 |
| Octal | 64 | 300 | 325 | 114 | 12 | 0 | 20 | 274 | 102 | 64 |
| Binary | 110100 | 11000000 | 11010101 | 1001100 | 1010 | 0 | 10000 | 10111100 | 1000010 | 110100 |
Color Harmonies of #34C0D5
Complementary color
Monochromatic Colors of #34C0D5
Black with #34C0D5
Text Example
Text Example
White with #34C0D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C0D5; }
p { color: rgb(52,192,213); }
H1.HeaderClassName
{
color: #34C0D5;
}
.AnyTagClassName
{
color: #34C0D5;
}
</style>
background-color css
<style>
a { background-color: #34C0D5; }
a { background-color: rgb(52,192,213); }
div.DivClassName
{
background-color: #34C0D5;
}
.BgClassName
{
background-color: #34C0D5;
}
</style>
border-color css
<style>
span { border-color: #34C0D5; }
span { border-color: rgb(52,192,213); }
td.TdClassName
{
border-color: #34C0D5;
}
.TagClassName
{
border-color: #34C0D5;
}
</style>