#34BDE6

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

Shades of Summer Sky #34BDE6

Tints of Summer Sky #34BDE6

Color information

#34BDE6 (or 0x34BDE6) is unknown color: approx Summer Sky. HEX triplet: 34, BD and E6. RGB value is (52,189,230). Sum of RGB (Red+Green+Blue) = 52+189+230=471 (62% of max value = 765). Red value is 52 (20.70% from 255 or 11.04% from 471); Green value is 189 (74.22% from 255 or 40.13% from 471); Blue value is 230 (90.23% from 255 or 48.83% from 471); Max value from RGB is 230 - color contains mainly: blue. Hex color #34BDE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34BDE6 is #CB4219. Grayscale: #989898. Windows color (decimal): -13320730 or 15121716. OLE color: 15121716.

HSL color Cylindrical-coordinate representation of color #34BDE6: hue angle of 193.82º 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 #34BDE6 is Cyan = 0.77, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB52189230-
CMYK0.770.1800.10
HSL193.82º78.07%55.29%-
HSV(B)193.82º77.39%90.2%-
XYZ33.942.8481.35-
YUV152.71171.6156.17-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 11.04%
GREEN value IS 189 (74.22% from 255) = 40.13%
BLUE value IS 230 (90.23% from 255) = 48.83%
R=11.04%
G=40.13%
B=48.83%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal521892300.770.1800.10193.8278.0755.29
Hex34BDE64D120Ac24e37
Octal642753461152201230211667
Binary110100101111011110011010011011001001010110000101001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34BDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,189,230); }

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

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

 a { background-color: rgb(52,189,230); }

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

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

 span { border-color: rgb(52,189,230); }

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