#2AB1E8

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

Shades of Summer Sky #2AB1E8

Tints of Summer Sky #2AB1E8

Color information

#2AB1E8 (or 0x2AB1E8) is unknown color: approx Summer Sky. HEX triplet: 2A, B1 and E8. RGB value is (42,177,232). Sum of RGB (Red+Green+Blue) = 42+177+232=451 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.31% from 451); Green value is 177 (69.53% from 255 or 39.25% from 451); Blue value is 232 (91.02% from 255 or 51.44% from 451); Max value from RGB is 232 - color contains mainly: blue. Hex color #2AB1E8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2AB1E8 is #D54E17. Grayscale: #8E8E8E. Windows color (decimal): -13979160 or 15249706. OLE color: 15249706.

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

Color convert

RGB42177232-
CMYK0.820.2400.09
HSL197.37º80.51%53.73%-
HSV(B)197.37º81.9%90.98%-
XYZ31.2437.7681.99-
YUV142.9178.2756.03-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 9.31%
GREEN value IS 177 (69.53% from 255) = 39.25%
BLUE value IS 232 (91.02% from 255) = 51.44%
R=9.31%
G=39.25%
B=51.44%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal421772320.820.2400.09197.3780.5153.73
Hex2AB1E8521809c55136
Octal522613501223001130512166
Binary101010101100011110100010100101100001001110001011010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AB1E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,177,232); }

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

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

 a { background-color: rgb(42,177,232); }

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

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

 span { border-color: rgb(42,177,232); }

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