#2AA6EC

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

Shades of Summer Sky #2AA6EC

Tints of Summer Sky #2AA6EC

Color information

#2AA6EC (or 0x2AA6EC) is unknown color: approx Summer Sky. HEX triplet: 2A, A6 and EC. RGB value is (42,166,236). Sum of RGB (Red+Green+Blue) = 42+166+236=444 (58% of max value = 765). Red value is 42 (16.80% from 255 or 9.46% from 444); Green value is 166 (65.23% from 255 or 37.39% from 444); Blue value is 236 (92.58% from 255 or 53.15% from 444); Max value from RGB is 236 - color contains mainly: blue. Hex color #2AA6EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2AA6EC is #D55913. Grayscale: #888888. Windows color (decimal): -13981972 or 15509034. OLE color: 15509034.

HSL color Cylindrical-coordinate representation of color #2AA6EC: hue angle of 201.65º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AA6EC is Cyan = 0.82, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB42166236-
CMYK0.820.3000.07
HSL201.65º83.62%54.51%-
HSV(B)201.65º82.2%92.55%-
XYZ29.7333.8284.32-
YUV136.9183.9260.31-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 9.46%
GREEN value IS 166 (65.23% from 255) = 37.39%
BLUE value IS 236 (92.58% from 255) = 53.15%
R=9.46%
G=37.39%
B=53.15%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal421662360.820.3000.07201.6583.6254.51
Hex2AA6EC521E07ca5437
Octal52246354122360731212467
Binary10101010100110111011001010010111100111110010101010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,166,236); }

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

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

 a { background-color: rgb(42,166,236); }

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

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

 span { border-color: rgb(42,166,236); }

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