Shades of Summer Sky #34CCE6
Tints of Summer Sky #34CCE6
RGB
CMYK
RGB Variations
Color information
#34CCE6 (or 0x34CCE6) is known color: Summer Sky. HEX triplet: 34, CC and E6. RGB value is (52,204,230). Sum of RGB (Red+Green+Blue) = 52+204+230=486 (64% of max value = 765). Red value is 52 (20.70% from 255 or 10.70% from 486); Green value is 204 (80.08% from 255 or 41.98% from 486); Blue value is 230 (90.23% from 255 or 47.33% from 486); Max value from RGB is 230 - color contains mainly: blue. Hex color #34CCE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34CCE6 is #CB3319. Grayscale: #A1A1A1. Windows color (decimal): -13316890 or 15125556. OLE color: 15125556.
HSL color Cylindrical-coordinate representation of color #34CCE6: hue angle of 188.76º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34CCE6 is Cyan = 0.77, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 52 | 204 | 230 | - |
| CMYK | 0.77 | 0.11 | 0 | 0.10 |
| HSL | 188.76º | 0.78% | 0.55% | - |
| HSV(B) | 188.76º | 0.77% | 0.9% | - |
| XYZ | 37.29 | 49.63 | 82.48 | - |
| YUV | 161.52 | 166.64 | 49.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 204 | 230 | 0.77 | 0.11 | 0 | 0.10 | 188.76 | 0.78 | 0.55 |
| Hex | 34 | CC | E6 | 4D | B | 0 | A | BD | 4E | 37 |
| Octal | 64 | 314 | 346 | 115 | 13 | 0 | 12 | 275 | 116 | 67 |
| Binary | 110100 | 11001100 | 11100110 | 1001101 | 1011 | 0 | 1010 | 10111101 | 1001110 | 110111 |
Color Harmonies of #34CCE6
Complementary color
Monochromatic Colors of #34CCE6
Black with #34CCE6
Text Example
Text Example
White with #34CCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CCE6; }
p { color: rgb(52,204,230); }
H1.HeaderClassName
{
color: #34CCE6;
}
.AnyTagClassName
{
color: #34CCE6;
}
</style>
background-color css
<style>
a { background-color: #34CCE6; }
a { background-color: rgb(52,204,230); }
div.DivClassName
{
background-color: #34CCE6;
}
.BgClassName
{
background-color: #34CCE6;
}
</style>
border-color css
<style>
span { border-color: #34CCE6; }
span { border-color: rgb(52,204,230); }
td.TdClassName
{
border-color: #34CCE6;
}
.TagClassName
{
border-color: #34CCE6;
}
</style>