Shades of Summer Sky #34C0E6
Tints of Summer Sky #34C0E6
RGB
CMYK
RGB Variations
Color information
#34C0E6 (or 0x34C0E6) is known color: Summer Sky. HEX triplet: 34, C0 and E6. RGB value is (52,192,230). Sum of RGB (Red+Green+Blue) = 52+192+230=474 (62% of max value = 765). Red value is 52 (20.70% from 255 or 10.97% from 474); Green value is 192 (75.39% from 255 or 40.51% from 474); Blue value is 230 (90.23% from 255 or 48.52% from 474); Max value from RGB is 230 - color contains mainly: blue. Hex color #34C0E6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34C0E6 is #CB3F19. Grayscale: #9A9A9A. Windows color (decimal): -13319962 or 15122484. OLE color: 15122484.
HSL color Cylindrical-coordinate representation of color #34C0E6: hue angle of 192.81º 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 #34C0E6 is Cyan = 0.77, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 52 | 192 | 230 | - |
| CMYK | 0.77 | 0.17 | 0 | 0.10 |
| HSL | 192.81º | 0.78% | 0.55% | - |
| HSV(B) | 192.81º | 0.77% | 0.9% | - |
| XYZ | 34.55 | 44.14 | 81.56 | - |
| YUV | 154.47 | 170.62 | 54.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 192 | 230 | 0.77 | 0.17 | 0 | 0.10 | 192.81 | 0.78 | 0.55 |
| Hex | 34 | C0 | E6 | 4D | 11 | 0 | A | C1 | 4E | 37 |
| Octal | 64 | 300 | 346 | 115 | 21 | 0 | 12 | 301 | 116 | 67 |
| Binary | 110100 | 11000000 | 11100110 | 1001101 | 10001 | 0 | 1010 | 11000001 | 1001110 | 110111 |
Color Harmonies of #34C0E6
Complementary color
Monochromatic Colors of #34C0E6
Black with #34C0E6
Text Example
Text Example
White with #34C0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C0E6; }
p { color: rgb(52,192,230); }
H1.HeaderClassName
{
color: #34C0E6;
}
.AnyTagClassName
{
color: #34C0E6;
}
</style>
background-color css
<style>
a { background-color: #34C0E6; }
a { background-color: rgb(52,192,230); }
div.DivClassName
{
background-color: #34C0E6;
}
.BgClassName
{
background-color: #34C0E6;
}
</style>
border-color css
<style>
span { border-color: #34C0E6; }
span { border-color: rgb(52,192,230); }
td.TdClassName
{
border-color: #34C0E6;
}
.TagClassName
{
border-color: #34C0E6;
}
</style>