#34BED4

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

Shades of Summer Sky #34BED4

Tints of Summer Sky #34BED4

Color information

#34BED4 (or 0x34BED4) is unknown color: approx Summer Sky. HEX triplet: 34, BE and D4. RGB value is (52,190,212). Sum of RGB (Red+Green+Blue) = 52+190+212=454 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.45% from 454); Green value is 190 (74.61% from 255 or 41.85% from 454); Blue value is 212 (83.20% from 255 or 46.70% from 454); Max value from RGB is 212 - color contains mainly: blue. Hex color #34BED4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34BED4 is #CB412B. Grayscale: #979797. Windows color (decimal): -13320492 or 13942324. OLE color: 13942324.

HSL color Cylindrical-coordinate representation of color #34BED4: hue angle of 188.25º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34BED4 is Cyan = 0.75, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB52190212-
CMYK0.750.1000.17
HSL188.25º65.04%51.76%-
HSV(B)188.25º75.47%83.14%-
XYZ31.7142.3168.78-
YUV151.25162.2857.21-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 11.45%
GREEN value IS 190 (74.61% from 255) = 41.85%
BLUE value IS 212 (83.20% from 255) = 46.70%
R=11.45%
G=41.85%
B=46.70%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal521902120.750.1000.17188.2565.0451.76
Hex34BED44BA011bc4134
Octal642763241131202127410164
Binary110100101111101101010010010111010010001101111001000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34BED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,190,212); }

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

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

 a { background-color: rgb(52,190,212); }

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

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

 span { border-color: rgb(52,190,212); }

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