Shades of Summer Sky #34C8EC
Tints of Summer Sky #34C8EC
RGB
CMYK
RGB Variations
Color information
#34C8EC (or 0x34C8EC) is known color: Summer Sky. HEX triplet: 34, C8 and EC. RGB value is (52,200,236). Sum of RGB (Red+Green+Blue) = 52+200+236=488 (64% of max value = 765). Red value is 52 (20.70% from 255 or 10.66% from 488); Green value is 200 (78.52% from 255 or 40.98% from 488); Blue value is 236 (92.58% from 255 or 48.36% from 488); Max value from RGB is 236 - color contains mainly: blue. Hex color #34C8EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34C8EC is #CB3713. Grayscale: #9F9F9F. Windows color (decimal): -13317908 or 15517748. OLE color: 15517748.
HSL color Cylindrical-coordinate representation of color #34C8EC: hue angle of 191.74º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34C8EC is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 200 | 236 | - |
| CMYK | 0.78 | 0.15 | 0 | 0.07 |
| HSL | 191.74º | 0.83% | 0.56% | - |
| HSV(B) | 191.74º | 0.78% | 0.93% | - |
| XYZ | 37.21 | 48.09 | 86.68 | - |
| YUV | 159.85 | 170.97 | 51.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 200 | 236 | 0.78 | 0.15 | 0 | 0.07 | 191.74 | 0.83 | 0.56 |
| Hex | 34 | C8 | EC | 4E | F | 0 | 7 | C0 | 53 | 38 |
| Octal | 64 | 310 | 354 | 116 | 17 | 0 | 7 | 300 | 123 | 70 |
| Binary | 110100 | 11001000 | 11101100 | 1001110 | 1111 | 0 | 111 | 11000000 | 1010011 | 111000 |
Color Harmonies of #34C8EC
Complementary color
Monochromatic Colors of #34C8EC
Black with #34C8EC
Text Example
Text Example
White with #34C8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C8EC; }
p { color: rgb(52,200,236); }
H1.HeaderClassName
{
color: #34C8EC;
}
.AnyTagClassName
{
color: #34C8EC;
}
</style>
background-color css
<style>
a { background-color: #34C8EC; }
a { background-color: rgb(52,200,236); }
div.DivClassName
{
background-color: #34C8EC;
}
.BgClassName
{
background-color: #34C8EC;
}
</style>
border-color css
<style>
span { border-color: #34C8EC; }
span { border-color: rgb(52,200,236); }
td.TdClassName
{
border-color: #34C8EC;
}
.TagClassName
{
border-color: #34C8EC;
}
</style>