#B9EACD

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

Shades of Aero Blue #B9EACD

Tints of Aero Blue #B9EACD

Color information

#B9EACD (or 0xB9EACD) is unknown color: approx Aero Blue. HEX triplet: B9, EA and CD. RGB value is (185,234,205). Sum of RGB (Red+Green+Blue) = 185+234+205=624 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.65% from 624); Green value is 234 (91.80% from 255 or 37.5% from 624); Blue value is 205 (80.47% from 255 or 32.85% from 624); Max value from RGB is 234 - color contains mainly: green. Hex color #B9EACD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EACD is #461532. Grayscale: #D8D8D8. Windows color (decimal): -4592947 or 13494969. OLE color: 13494969.

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

Color convert

RGB185234205-
CMYK0.2100.120.08
HSL144.49º53.85%82.16%-
HSV(B)144.49º20.94%91.76%-
XYZ60.4573.5768.77-
YUV216.04121.77105.86-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.65%
GREEN value IS 234 (91.80% from 255) = 37.5%
BLUE value IS 205 (80.47% from 255) = 32.85%
R=29.65%
G=37.5%
B=32.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1852342050.2100.120.08144.4953.8582.16
HexB9EACD150C8903652
Octal271352315250141022066122
Binary10111001111010101100110110101011001000100100001101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9EACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9EACD; }

 p { color: rgb(185,234,205); }

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

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

 a { background-color: rgb(185,234,205); }

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

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

 span { border-color: rgb(185,234,205); }

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