#2BAAEC

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

Shades of Summer Sky #2BAAEC

Tints of Summer Sky #2BAAEC

Color information

#2BAAEC (or 0x2BAAEC) is unknown color: approx Summer Sky. HEX triplet: 2B, AA and EC. RGB value is (43,170,236). Sum of RGB (Red+Green+Blue) = 43+170+236=449 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.58% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 236 (92.58% from 255 or 52.56% from 449); Max value from RGB is 236 - color contains mainly: blue. Hex color #2BAAEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2BAAEC is #D45513. Grayscale: #8B8B8B. Windows color (decimal): -13915412 or 15510059. OLE color: 15510059.

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

Color convert

RGB43170236-
CMYK0.820.2800.07
HSL200.52º83.55%54.71%-
HSV(B)200.52º81.78%92.55%-
XYZ30.5135.3284.57-
YUV139.55182.4259.13-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 9.58%
GREEN value IS 170 (66.80% from 255) = 37.86%
BLUE value IS 236 (92.58% from 255) = 52.56%
R=9.58%
G=37.86%
B=52.56%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal431702360.820.2800.07200.5283.5554.71
Hex2BAAEC521C07c95437
Octal53252354122340731112467
Binary10101110101010111011001010010111000111110010011010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BAAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,170,236); }

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

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

 a { background-color: rgb(43,170,236); }

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

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

 span { border-color: rgb(43,170,236); }

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