#34B5E4

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

Shades of Summer Sky #34B5E4

Tints of Summer Sky #34B5E4

Color information

#34B5E4 (or 0x34B5E4) is unknown color: approx Summer Sky. HEX triplet: 34, B5 and E4. RGB value is (52,181,228). Sum of RGB (Red+Green+Blue) = 52+181+228=461 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.28% from 461); Green value is 181 (71.09% from 255 or 39.26% from 461); Blue value is 228 (89.45% from 255 or 49.46% from 461); Max value from RGB is 228 - color contains mainly: blue. Hex color #34B5E4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34B5E4 is #CB4A1B. Grayscale: #939393. Windows color (decimal): -13322780 or 14988596. OLE color: 14988596.

HSL color Cylindrical-coordinate representation of color #34B5E4: hue angle of 196.02º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34B5E4 is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB52181228-
CMYK0.770.2100.11
HSL196.02º76.52%54.9%-
HSV(B)196.02º77.19%89.41%-
XYZ31.9439.3879.32-
YUV147.79173.2659.68-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 11.28%
GREEN value IS 181 (71.09% from 255) = 39.26%
BLUE value IS 228 (89.45% from 255) = 49.46%
R=11.28%
G=39.26%
B=49.46%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal521812280.770.2100.11196.0276.5254.9
Hex34B5E44D150Bc44d37
Octal642653441152501330411567
Binary110100101101011110010010011011010101011110001001001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B5E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,181,228); }

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

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

 a { background-color: rgb(52,181,228); }

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

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

 span { border-color: rgb(52,181,228); }

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