Shades of Summer Sky #34C3EE
Tints of Summer Sky #34C3EE
RGB
CMYK
RGB Variations
Color information
#34C3EE (or 0x34C3EE) is known color: Summer Sky. HEX triplet: 34, C3 and EE. RGB value is (52,195,238). Sum of RGB (Red+Green+Blue) = 52+195+238=485 (64% of max value = 765). Red value is 52 (20.70% from 255 or 10.72% from 485); Green value is 195 (76.56% from 255 or 40.21% from 485); Blue value is 238 (93.36% from 255 or 49.07% from 485); Max value from RGB is 238 - color contains mainly: blue. Hex color #34C3EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34C3EE is #CB3C11. Grayscale: #9C9C9C. Windows color (decimal): -13319186 or 15647540. OLE color: 15647540.
HSL color Cylindrical-coordinate representation of color #34C3EE: hue angle of 193.87º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34C3EE is Cyan = 0.78, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 195 | 238 | - |
| CMYK | 0.78 | 0.18 | 0 | 0.07 |
| HSL | 193.87º | 0.85% | 0.57% | - |
| HSV(B) | 193.87º | 0.78% | 0.93% | - |
| XYZ | 36.36 | 45.93 | 87.84 | - |
| YUV | 157.15 | 173.62 | 53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 195 | 238 | 0.78 | 0.18 | 0 | 0.07 | 193.87 | 0.85 | 0.57 |
| Hex | 34 | C3 | EE | 4E | 12 | 0 | 7 | C2 | 55 | 39 |
| Octal | 64 | 303 | 356 | 116 | 22 | 0 | 7 | 302 | 125 | 71 |
| Binary | 110100 | 11000011 | 11101110 | 1001110 | 10010 | 0 | 111 | 11000010 | 1010101 | 111001 |
Color Harmonies of #34C3EE
Complementary color
Monochromatic Colors of #34C3EE
Black with #34C3EE
Text Example
Text Example
White with #34C3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C3EE; }
p { color: rgb(52,195,238); }
H1.HeaderClassName
{
color: #34C3EE;
}
.AnyTagClassName
{
color: #34C3EE;
}
</style>
background-color css
<style>
a { background-color: #34C3EE; }
a { background-color: rgb(52,195,238); }
div.DivClassName
{
background-color: #34C3EE;
}
.BgClassName
{
background-color: #34C3EE;
}
</style>
border-color css
<style>
span { border-color: #34C3EE; }
span { border-color: rgb(52,195,238); }
td.TdClassName
{
border-color: #34C3EE;
}
.TagClassName
{
border-color: #34C3EE;
}
</style>