#2AACE9

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

Shades of Summer Sky #2AACE9

Tints of Summer Sky #2AACE9

Color information

#2AACE9 (or 0x2AACE9) is unknown color: approx Summer Sky. HEX triplet: 2A, AC and E9. RGB value is (42,172,233). Sum of RGB (Red+Green+Blue) = 42+172+233=447 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.40% from 447); Green value is 172 (67.58% from 255 or 38.48% from 447); Blue value is 233 (91.41% from 255 or 52.13% from 447); Max value from RGB is 233 - color contains mainly: blue. Hex color #2AACE9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2AACE9 is #D55316. Grayscale: #8B8B8B. Windows color (decimal): -13980439 or 15313962. OLE color: 15313962.

HSL color Cylindrical-coordinate representation of color #2AACE9: hue angle of 199.16º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AACE9 is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB42172233-
CMYK0.820.2600.09
HSL199.16º81.28%53.92%-
HSV(B)199.16º81.97%91.37%-
XYZ30.4235.8882.41-
YUV140.08180.4358.04-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 9.40%
GREEN value IS 172 (67.58% from 255) = 38.48%
BLUE value IS 233 (91.41% from 255) = 52.13%
R=9.40%
G=38.48%
B=52.13%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal421722330.820.2600.09199.1681.2853.92
Hex2AACE9521A09c75136
Octal522543511223201130712166
Binary101010101011001110100110100101101001001110001111010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AACE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2AACE9; }

 p { color: rgb(42,172,233); }

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

<style>
 a { background-color: #2AACE9; }

 a { background-color: rgb(42,172,233); }

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

<style>
 span { border-color: #2AACE9; }

 span { border-color: rgb(42,172,233); }

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