#B6EACC

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

Shades of Aero Blue #B6EACC

Tints of Aero Blue #B6EACC

Color information

#B6EACC (or 0xB6EACC) is unknown color: approx Aero Blue. HEX triplet: B6, EA and CC. RGB value is (182,234,204). Sum of RGB (Red+Green+Blue) = 182+234+204=620 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.35% from 620); Green value is 234 (91.80% from 255 or 37.74% from 620); Blue value is 204 (80.08% from 255 or 32.90% from 620); Max value from RGB is 234 - color contains mainly: green. Hex color #B6EACC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6EACC is #491533. Grayscale: #D7D7D7. Windows color (decimal): -4789556 or 13429430. OLE color: 13429430.

HSL color Cylindrical-coordinate representation of color #B6EACC: hue angle of 145.38º 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 #B6EACC is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB182234204-
CMYK0.2200.130.08
HSL145.38º55.32%81.57%-
HSV(B)145.38º22.22%91.76%-
XYZ59.6173.1568.1-
YUV215.03121.77104.44-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.35%
GREEN value IS 234 (91.80% from 255) = 37.74%
BLUE value IS 204 (80.08% from 255) = 32.90%
R=29.35%
G=37.74%
B=32.90%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1822342040.2200.130.08145.3855.3281.57
HexB6EACC160D8913752
Octal266352314260151022167122
Binary10110110111010101100110010110011011000100100011101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6EACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6EACC; }

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

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

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

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

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

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

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

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