#2AADE9

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

Shades of Summer Sky #2AADE9

Tints of Summer Sky #2AADE9

Color information

#2AADE9 (or 0x2AADE9) is unknown color: approx Summer Sky. HEX triplet: 2A, AD and E9. RGB value is (42,173,233). Sum of RGB (Red+Green+Blue) = 42+173+233=448 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.38% from 448); Green value is 173 (67.97% from 255 or 38.62% from 448); Blue value is 233 (91.41% from 255 or 52.01% from 448); Max value from RGB is 233 - color contains mainly: blue. Hex color #2AADE9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2AADE9 is #D55216. Grayscale: #8C8C8C. Windows color (decimal): -13980183 or 15314218. OLE color: 15314218.

HSL color Cylindrical-coordinate representation of color #2AADE9: hue angle of 198.85º 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 #2AADE9 is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB42173233-
CMYK0.820.2600.09
HSL198.85º81.28%53.92%-
HSV(B)198.85º81.97%91.37%-
XYZ30.6136.2682.48-
YUV140.67180.157.62-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 9.38%
GREEN value IS 173 (67.97% from 255) = 38.62%
BLUE value IS 233 (91.41% from 255) = 52.01%
R=9.38%
G=38.62%
B=52.01%

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
Decimal421732330.820.2600.09198.8581.2853.92
Hex2AADE9521A09c75136
Octal522553511223201130712166
Binary101010101011011110100110100101101001001110001111010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AADE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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