#B9E4D1

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

Shades of Aero Blue #B9E4D1

Tints of Aero Blue #B9E4D1

Color information

#B9E4D1 (or 0xB9E4D1) is unknown color: approx Aero Blue. HEX triplet: B9, E4 and D1. RGB value is (185,228,209). Sum of RGB (Red+Green+Blue) = 185+228+209=622 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.74% from 622); Green value is 228 (89.45% from 255 or 36.66% from 622); Blue value is 209 (82.03% from 255 or 33.60% from 622); Max value from RGB is 228 - color contains mainly: green. Hex color #B9E4D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9E4D1 is #461B2E. Grayscale: #D5D5D5. Windows color (decimal): -4594479 or 13755577. OLE color: 13755577.

HSL color Cylindrical-coordinate representation of color #B9E4D1: hue angle of 153.49º degrees, saturation: 0.44, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B9E4D1 is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB185228209-
CMYK0.1900.080.11
HSL153.49º44.33%80.98%-
HSV(B)153.49º18.86%89.41%-
XYZ59.2670.470.79-
YUV212.98125.75108.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.74%
GREEN value IS 228 (89.45% from 255) = 36.66%
BLUE value IS 209 (82.03% from 255) = 33.60%
R=29.74%
G=36.66%
B=33.60%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1852282090.1900.080.11153.4944.3380.98
HexB9E4D11308B992c51
Octal271344321230101323154121
Binary10111001111001001101000110011010001011100110011011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9E4D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9E4D1; }

 p { color: rgb(185,228,209); }

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

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

 a { background-color: rgb(185,228,209); }

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

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

 span { border-color: rgb(185,228,209); }

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