#2BACEC

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

Shades of Summer Sky #2BACEC

Tints of Summer Sky #2BACEC

Color information

#2BACEC (or 0x2BACEC) is unknown color: approx Summer Sky. HEX triplet: 2B, AC and EC. RGB value is (43,172,236). Sum of RGB (Red+Green+Blue) = 43+172+236=451 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.53% from 451); Green value is 172 (67.58% from 255 or 38.14% from 451); Blue value is 236 (92.58% from 255 or 52.33% from 451); Max value from RGB is 236 - color contains mainly: blue. Hex color #2BACEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2BACEC is #D45313. Grayscale: #8C8C8C. Windows color (decimal): -13914900 or 15510571. OLE color: 15510571.

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

Color convert

RGB43172236-
CMYK0.820.2700.07
HSL199.9º83.55%54.71%-
HSV(B)199.9º81.78%92.55%-
XYZ30.8936.0784.69-
YUV140.72181.7658.3-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 9.53%
GREEN value IS 172 (67.58% from 255) = 38.14%
BLUE value IS 236 (92.58% from 255) = 52.33%
R=9.53%
G=38.14%
B=52.33%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal431722360.820.2700.07199.983.5554.71
Hex2BACEC521B07c85437
Octal53254354122330731012467
Binary10101110101100111011001010010110110111110010001010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BACEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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