#34C1E8

Color #34C1E8 Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #34C1E8

Tints of Summer Sky #34C1E8

Color information

#34C1E8 (or 0x34C1E8) is unknown color: approx Summer Sky. HEX triplet: 34, C1 and E8. RGB value is (52,193,232). Sum of RGB (Red+Green+Blue) = 52+193+232=477 (63% of max value = 765). Red value is 52 (20.70% from 255 or 10.90% from 477); Green value is 193 (75.78% from 255 or 40.46% from 477); Blue value is 232 (91.02% from 255 or 48.64% from 477); Max value from RGB is 232 - color contains mainly: blue. Hex color #34C1E8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34C1E8 is #CB3E17. Grayscale: #9A9A9A. Windows color (decimal): -13319704 or 15253812. OLE color: 15253812.

HSL color Cylindrical-coordinate representation of color #34C1E8: hue angle of 193º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34C1E8 is Cyan = 0.78, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB52193232-
CMYK0.780.1700.09
HSL193º79.65%55.69%-
HSV(B)193º77.59%90.98%-
XYZ35.0544.783.12-
YUV155.29171.2954.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 10.90%
GREEN value IS 193 (75.78% from 255) = 40.46%
BLUE value IS 232 (91.02% from 255) = 48.64%
R=10.90%
G=40.46%
B=48.64%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal521932320.780.1700.0919379.6555.69
Hex34C1E84E1109c15038
Octal643013501162101130112070
Binary110100110000011110100010011101000101001110000011010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34C1E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34C1E8; }

 p { color: rgb(52,193,232); }

 H1.HeaderClassName
 {
   color: #34C1E8;
 }
 .AnyTagClassName
 {
   color: #34C1E8;
 }
</style>
background-color css

<style>
 a { background-color: #34C1E8; }

 a { background-color: rgb(52,193,232); }

 div.DivClassName
 {
   background-color: #34C1E8;
 }
 .BgClassName
 {
   background-color: #34C1E8;
 }
</style>
border-color css

<style>
 span { border-color: #34C1E8; }

 span { border-color: rgb(52,193,232); }

 td.TdClassName
 {
   border-color: #34C1E8;
 }
 .TagClassName
 {
   border-color: #34C1E8;
 }
</style>