#3AAAE7

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

Shades of Summer Sky #3AAAE7

Tints of Summer Sky #3AAAE7

Color information

#3AAAE7 (or 0x3AAAE7) is unknown color: approx Summer Sky. HEX triplet: 3A, AA and E7. RGB value is (58,170,231). Sum of RGB (Red+Green+Blue) = 58+170+231=459 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.64% from 459); Green value is 170 (66.80% from 255 or 37.04% from 459); Blue value is 231 (90.62% from 255 or 50.33% from 459); Max value from RGB is 231 - color contains mainly: blue. Hex color #3AAAE7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3AAAE7 is #C55518. Grayscale: #8F8F8F. Windows color (decimal): -12932377 or 15182394. OLE color: 15182394.

HSL color Cylindrical-coordinate representation of color #3AAAE7: hue angle of 201.16º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AAAE7 is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB58170231-
CMYK0.750.2600.09
HSL201.16º78.28%56.67%-
HSV(B)201.16º74.89%90.59%-
XYZ30.5435.4280.83-
YUV143.47177.3967.04-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 12.64%
GREEN value IS 170 (66.80% from 255) = 37.04%
BLUE value IS 231 (90.62% from 255) = 50.33%
R=12.64%
G=37.04%
B=50.33%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal581702310.750.2600.09201.1678.2856.67
Hex3AAAE74B1A09c94e39
Octal722523471133201131111671
Binary111010101010101110011110010111101001001110010011001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AAAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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