Shades of Summer Sky #34C2D2
Tints of Summer Sky #34C2D2
RGB
CMYK
RGB Variations
Color information
#34C2D2 (or 0x34C2D2) is known color: Summer Sky. HEX triplet: 34, C2 and D2. RGB value is (52,194,210). Sum of RGB (Red+Green+Blue) = 52+194+210=456 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.40% from 456); Green value is 194 (76.17% from 255 or 42.54% from 456); Blue value is 210 (82.42% from 255 or 46.05% from 456); Max value from RGB is 210 - color contains mainly: blue. Hex color #34C2D2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34C2D2 is #CB3D2D. Grayscale: #999999. Windows color (decimal): -13319470 or 13812276. OLE color: 13812276.
HSL color Cylindrical-coordinate representation of color #34C2D2: hue angle of 186.08º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34C2D2 is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 52 | 194 | 210 | - |
| CMYK | 0.75 | 0.08 | 0 | 0.18 |
| HSL | 186.08º | 0.64% | 0.51% | - |
| HSV(B) | 186.08º | 0.75% | 0.82% | - |
| XYZ | 32.34 | 43.97 | 67.75 | - |
| YUV | 153.37 | 159.96 | 55.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 194 | 210 | 0.75 | 0.08 | 0 | 0.18 | 186.08 | 0.64 | 0.51 |
| Hex | 34 | C2 | D2 | 4B | 8 | 0 | 12 | BA | 40 | 33 |
| Octal | 64 | 302 | 322 | 113 | 10 | 0 | 22 | 272 | 100 | 63 |
| Binary | 110100 | 11000010 | 11010010 | 1001011 | 1000 | 0 | 10010 | 10111010 | 1000000 | 110011 |
Color Harmonies of #34C2D2
Complementary color
Monochromatic Colors of #34C2D2
Black with #34C2D2
Text Example
Text Example
White with #34C2D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C2D2; }
p { color: rgb(52,194,210); }
H1.HeaderClassName
{
color: #34C2D2;
}
.AnyTagClassName
{
color: #34C2D2;
}
</style>
background-color css
<style>
a { background-color: #34C2D2; }
a { background-color: rgb(52,194,210); }
div.DivClassName
{
background-color: #34C2D2;
}
.BgClassName
{
background-color: #34C2D2;
}
</style>
border-color css
<style>
span { border-color: #34C2D2; }
span { border-color: rgb(52,194,210); }
td.TdClassName
{
border-color: #34C2D2;
}
.TagClassName
{
border-color: #34C2D2;
}
</style>