#B9ECD8

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

Shades of Aero Blue #B9ECD8

Tints of Aero Blue #B9ECD8

Color information

#B9ECD8 (or 0xB9ECD8) is unknown color: approx Aero Blue. HEX triplet: B9, EC and D8. RGB value is (185,236,216). Sum of RGB (Red+Green+Blue) = 185+236+216=637 (84% of max value = 765). Red value is 185 (72.66% from 255 or 29.04% from 637); Green value is 236 (92.58% from 255 or 37.05% from 637); Blue value is 216 (84.77% from 255 or 33.91% from 637); Max value from RGB is 236 - color contains mainly: green. Hex color #B9ECD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9ECD8 is #461327. Grayscale: #DADADA. Windows color (decimal): -4592424 or 14216377. OLE color: 14216377.

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

Color convert

RGB185236216-
CMYK0.2200.080.07
HSL156.47º57.3%82.55%-
HSV(B)156.47º21.61%92.55%-
XYZ62.475.2676.2-
YUV218.47126.6104.13-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.04%
GREEN value IS 236 (92.58% from 255) = 37.05%
BLUE value IS 216 (84.77% from 255) = 33.91%
R=29.04%
G=37.05%
B=33.91%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1852362160.2200.080.07156.4757.382.55
HexB9ECD8160879c3953
Octal27135433026010723471123
Binary1011100111101100110110001011001000111100111001110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ECD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ECD8; }

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

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

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

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

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

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

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

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