#2BA1E3

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

Shades of Summer Sky #2BA1E3

Tints of Summer Sky #2BA1E3

Color information

#2BA1E3 (or 0x2BA1E3) is unknown color: approx Summer Sky. HEX triplet: 2B, A1 and E3. RGB value is (43,161,227). Sum of RGB (Red+Green+Blue) = 43+161+227=431 (57% of max value = 765). Red value is 43 (17.19% from 255 or 9.98% from 431); Green value is 161 (63.28% from 255 or 37.35% from 431); Blue value is 227 (89.06% from 255 or 52.67% from 431); Max value from RGB is 227 - color contains mainly: blue. Hex color #2BA1E3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BA1E3 is #D45E1C. Grayscale: #848484. Windows color (decimal): -13917725 or 14917931. OLE color: 14917931.

HSL color Cylindrical-coordinate representation of color #2BA1E3: hue angle of 201.52º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BA1E3 is Cyan = 0.81, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB43161227-
CMYK0.810.2900.11
HSL201.52º76.67%52.94%-
HSV(B)201.52º81.06%89.02%-
XYZ27.6131.5577.31-
YUV133.24180.9163.63-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 9.98%
GREEN value IS 161 (63.28% from 255) = 37.35%
BLUE value IS 227 (89.06% from 255) = 52.67%
R=9.98%
G=37.35%
B=52.67%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal431612270.810.2900.11201.5276.6752.94
Hex2BA1E3511D0Bca4d35
Octal532413431213501331211565
Binary101011101000011110001110100011110101011110010101001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BA1E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,161,227); }

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

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

 a { background-color: rgb(43,161,227); }

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

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

 span { border-color: rgb(43,161,227); }

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