#34AAE1

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

Shades of Summer Sky #34AAE1

Tints of Summer Sky #34AAE1

Color information

#34AAE1 (or 0x34AAE1) is unknown color: approx Summer Sky. HEX triplet: 34, AA and E1. RGB value is (52,170,225). Sum of RGB (Red+Green+Blue) = 52+170+225=447 (59% of max value = 765). Red value is 52 (20.70% from 255 or 11.63% from 447); Green value is 170 (66.80% from 255 or 38.03% from 447); Blue value is 225 (88.28% from 255 or 50.34% from 447); Max value from RGB is 225 - color contains mainly: blue. Hex color #34AAE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34AAE1 is #CB551E. Grayscale: #8C8C8C. Windows color (decimal): -13325599 or 14789172. OLE color: 14789172.

HSL color Cylindrical-coordinate representation of color #34AAE1: hue angle of 199.08º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34AAE1 is Cyan = 0.77, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB52170225-
CMYK0.770.2400.12
HSL199.08º74.25%54.31%-
HSV(B)199.08º76.89%88.24%-
XYZ29.3834.9276.43-
YUV140.99175.4164.53-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 11.63%
GREEN value IS 170 (66.80% from 255) = 38.03%
BLUE value IS 225 (88.28% from 255) = 50.34%
R=11.63%
G=38.03%
B=50.34%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal521702250.770.2400.12199.0874.2554.31
Hex34AAE14D180Cc74a36
Octal642523411153001430711266
Binary110100101010101110000110011011100001100110001111001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34AAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,170,225); }

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

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

 a { background-color: rgb(52,170,225); }

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

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

 span { border-color: rgb(52,170,225); }

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