#34AEED

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

Shades of Summer Sky #34AEED

Tints of Summer Sky #34AEED

Color information

#34AEED (or 0x34AEED) is unknown color: approx Summer Sky. HEX triplet: 34, AE and ED. RGB value is (52,174,237). Sum of RGB (Red+Green+Blue) = 52+174+237=463 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.23% from 463); Green value is 174 (68.36% from 255 or 37.58% from 463); Blue value is 237 (92.97% from 255 or 51.19% from 463); Max value from RGB is 237 - color contains mainly: blue. Hex color #34AEED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #34AEED is #CB5112. Grayscale: #909090. Windows color (decimal): -13324563 or 15576628. OLE color: 15576628.

HSL color Cylindrical-coordinate representation of color #34AEED: hue angle of 200.43º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34AEED is Cyan = 0.78, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB52174237-
CMYK0.780.2700.07
HSL200.43º83.71%56.67%-
HSV(B)200.43º78.06%92.94%-
XYZ31.8437.1285.61-
YUV144.7180.0861.88-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 11.23%
GREEN value IS 174 (68.36% from 255) = 37.58%
BLUE value IS 237 (92.97% from 255) = 51.19%
R=11.23%
G=37.58%
B=51.19%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal521742370.780.2700.07200.4383.7156.67
Hex34AEED4E1B07c85439
Octal64256355116330731012471
Binary11010010101110111011011001110110110111110010001010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34AEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,174,237); }

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

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

 a { background-color: rgb(52,174,237); }

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

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

 span { border-color: rgb(52,174,237); }

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