#B6EACA

Color #B6EACA Aero Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aero Blue #B6EACA

Tints of Aero Blue #B6EACA

Color information

#B6EACA (or 0xB6EACA) is unknown color: approx Aero Blue. HEX triplet: B6, EA and CA. RGB value is (182,234,202). Sum of RGB (Red+Green+Blue) = 182+234+202=618 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.45% from 618); Green value is 234 (91.80% from 255 or 37.86% from 618); Blue value is 202 (79.30% from 255 or 32.69% from 618); Max value from RGB is 234 - color contains mainly: green. Hex color #B6EACA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6EACA is #491535. Grayscale: #D6D6D6. Windows color (decimal): -4789558 or 13298358. OLE color: 13298358.

HSL color Cylindrical-coordinate representation of color #B6EACA: hue angle of 143.08º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B6EACA is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB182234202-
CMYK0.2200.140.08
HSL143.08º55.32%81.57%-
HSV(B)143.08º22.22%91.76%-
XYZ59.3773.0566.85-
YUV214.8120.77104.6-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.45%
GREEN value IS 234 (91.80% from 255) = 37.86%
BLUE value IS 202 (79.30% from 255) = 32.69%
R=29.45%
G=37.86%
B=32.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1822342020.2200.140.08143.0855.3281.57
HexB6EACA160E88f3752
Octal266352312260161021767122
Binary10110110111010101100101010110011101000100011111101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6EACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6EACA; }

 p { color: rgb(182,234,202); }

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

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

 a { background-color: rgb(182,234,202); }

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

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

 span { border-color: rgb(182,234,202); }

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