#B9EBD5

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

Shades of Aero Blue #B9EBD5

Tints of Aero Blue #B9EBD5

Color information

#B9EBD5 (or 0xB9EBD5) is unknown color: approx Aero Blue. HEX triplet: B9, EB and D5. RGB value is (185,235,213). Sum of RGB (Red+Green+Blue) = 185+235+213=633 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.23% from 633); Green value is 235 (92.19% from 255 or 37.12% from 633); Blue value is 213 (83.59% from 255 or 33.65% from 633); Max value from RGB is 235 - color contains mainly: green. Hex color #B9EBD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EBD5 is #46142A. Grayscale: #D9D9D9. Windows color (decimal): -4592683 or 14019513. OLE color: 14019513.

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

Color convert

RGB185235213-
CMYK0.2100.090.08
HSL153.6º55.56%82.35%-
HSV(B)153.6º21.28%92.16%-
XYZ61.7374.5474.08-
YUV217.54125.44104.79-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.23%
GREEN value IS 235 (92.19% from 255) = 37.12%
BLUE value IS 213 (83.59% from 255) = 33.65%
R=29.23%
G=37.12%
B=33.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1852352130.2100.090.08153.655.5682.35
HexB9EBD5150989a3852
Octal271353325250111023270122
Binary10111001111010111101010110101010011000100110101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9EBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9EBD5; }

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

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

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

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

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

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

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

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