#3AAAE5

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

Shades of Summer Sky #3AAAE5

Tints of Summer Sky #3AAAE5

Color information

#3AAAE5 (or 0x3AAAE5) is unknown color: approx Summer Sky. HEX triplet: 3A, AA and E5. RGB value is (58,170,229). Sum of RGB (Red+Green+Blue) = 58+170+229=457 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.69% from 457); Green value is 170 (66.80% from 255 or 37.20% from 457); Blue value is 229 (89.84% from 255 or 50.11% from 457); Max value from RGB is 229 - color contains mainly: blue. Hex color #3AAAE5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AAAE5 is #C5551A. Grayscale: #8E8E8E. Windows color (decimal): -12932379 or 15051322. OLE color: 15051322.

HSL color Cylindrical-coordinate representation of color #3AAAE5: hue angle of 200.7º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AAAE5 is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB58170229-
CMYK0.750.2600.10
HSL200.7º76.68%56.27%-
HSV(B)200.7º74.67%89.8%-
XYZ30.2635.3179.35-
YUV143.24176.3967.2-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 12.69%
GREEN value IS 170 (66.80% from 255) = 37.20%
BLUE value IS 229 (89.84% from 255) = 50.11%
R=12.69%
G=37.20%
B=50.11%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal581702290.750.2600.10200.776.6856.27
Hex3AAAE54B1A0Ac94d38
Octal722523451133201231111570
Binary111010101010101110010110010111101001010110010011001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AAAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3AAAE5; }

 p { color: rgb(58,170,229); }

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

<style>
 a { background-color: #3AAAE5; }

 a { background-color: rgb(58,170,229); }

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

<style>
 span { border-color: #3AAAE5; }

 span { border-color: rgb(58,170,229); }

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