#B8EACB

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

Shades of Aero Blue #B8EACB

Tints of Aero Blue #B8EACB

Color information

#B8EACB (or 0xB8EACB) is unknown color: approx Aero Blue. HEX triplet: B8, EA and CB. RGB value is (184,234,203). Sum of RGB (Red+Green+Blue) = 184+234+203=621 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.63% from 621); Green value is 234 (91.80% from 255 or 37.68% from 621); Blue value is 203 (79.69% from 255 or 32.69% from 621); Max value from RGB is 234 - color contains mainly: green. Hex color #B8EACB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8EACB is #471534. Grayscale: #D7D7D7. Windows color (decimal): -4658485 or 13363896. OLE color: 13363896.

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

Color convert

RGB184234203-
CMYK0.2100.130.08
HSL142.8º54.35%81.96%-
HSV(B)142.8º21.37%91.76%-
XYZ59.9773.3567.5-
YUV215.52120.94105.52-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.63%
GREEN value IS 234 (91.80% from 255) = 37.68%
BLUE value IS 203 (79.69% from 255) = 32.69%
R=29.63%
G=37.68%
B=32.69%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1842342030.2100.130.08142.854.3581.96
HexB8EACB150D88f3652
Octal270352313250151021766122
Binary10111000111010101100101110101011011000100011111101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8EACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8EACB; }

 p { color: rgb(184,234,203); }

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

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

 a { background-color: rgb(184,234,203); }

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

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

 span { border-color: rgb(184,234,203); }

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