#2AB2E5

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

Shades of Summer Sky #2AB2E5

Tints of Summer Sky #2AB2E5

Color information

#2AB2E5 (or 0x2AB2E5) is unknown color: approx Summer Sky. HEX triplet: 2A, B2 and E5. RGB value is (42,178,229). Sum of RGB (Red+Green+Blue) = 42+178+229=449 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.35% from 449); Green value is 178 (69.92% from 255 or 39.64% from 449); Blue value is 229 (89.84% from 255 or 51.00% from 449); Max value from RGB is 229 - color contains mainly: blue. Hex color #2AB2E5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AB2E5 is #D54D1A. Grayscale: #8E8E8E. Windows color (decimal): -13978907 or 15053354. OLE color: 15053354.

HSL color Cylindrical-coordinate representation of color #2AB2E5: hue angle of 196.36º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AB2E5 is Cyan = 0.82, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB42178229-
CMYK0.820.2200.10
HSL196.36º78.24%53.14%-
HSV(B)196.36º81.66%89.8%-
XYZ31.0237.9979.83-
YUV143.15176.4455.85-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 9.35%
GREEN value IS 178 (69.92% from 255) = 39.64%
BLUE value IS 229 (89.84% from 255) = 51.00%
R=9.35%
G=39.64%
B=51.00%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal421782290.820.2200.10196.3678.2453.14
Hex2AB2E552160Ac44e35
Octal522623451222601230411665
Binary101010101100101110010110100101011001010110001001001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AB2E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,178,229); }

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

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

 a { background-color: rgb(42,178,229); }

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

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

 span { border-color: rgb(42,178,229); }

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