#B9ECD5

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

Shades of Aero Blue #B9ECD5

Tints of Aero Blue #B9ECD5

Color information

#B9ECD5 (or 0xB9ECD5) is unknown color: approx Aero Blue. HEX triplet: B9, EC and D5. RGB value is (185,236,213). Sum of RGB (Red+Green+Blue) = 185+236+213=634 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.18% from 634); Green value is 236 (92.58% from 255 or 37.22% from 634); Blue value is 213 (83.59% from 255 or 33.60% from 634); Max value from RGB is 236 - color contains mainly: green. Hex color #B9ECD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9ECD5 is #46132A. Grayscale: #DADADA. Windows color (decimal): -4592427 or 14019769. OLE color: 14019769.

HSL color Cylindrical-coordinate representation of color #B9ECD5: hue angle of 152.94º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9ECD5 is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB185236213-
CMYK0.2200.100.07
HSL152.94º57.3%82.55%-
HSV(B)152.94º21.61%92.55%-
XYZ62.0175.1174.18-
YUV218.13125.1104.37-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.18%
GREEN value IS 236 (92.58% from 255) = 37.22%
BLUE value IS 213 (83.59% from 255) = 33.60%
R=29.18%
G=37.22%
B=33.60%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1852362130.2200.100.07152.9457.382.55
HexB9ECD5160A7993953
Octal27135432526012723171123
Binary1011100111101100110101011011001010111100110011110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ECD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ECD5; }

 p { color: rgb(185,236,213); }

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

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

 a { background-color: rgb(185,236,213); }

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

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

 span { border-color: rgb(185,236,213); }

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