#B9EDD5

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

Shades of Aero Blue #B9EDD5

Tints of Aero Blue #B9EDD5

Color information

#B9EDD5 (or 0xB9EDD5) is unknown color: approx Aero Blue. HEX triplet: B9, ED and D5. RGB value is (185,237,213). Sum of RGB (Red+Green+Blue) = 185+237+213=635 (84% of max value = 765). Red value is 185 (72.66% from 255 or 29.13% from 635); Green value is 237 (92.97% from 255 or 37.32% from 635); Blue value is 213 (83.59% from 255 or 33.54% from 635); Max value from RGB is 237 - color contains mainly: green. Hex color #B9EDD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EDD5 is #46122A. Grayscale: #DADADA. Windows color (decimal): -4592171 or 14020025. OLE color: 14020025.

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

Color convert

RGB185237213-
CMYK0.2200.100.07
HSL152.31º59.09%82.75%-
HSV(B)152.31º21.94%92.94%-
XYZ62.375.6974.28-
YUV218.72124.77103.95-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.13%
GREEN value IS 237 (92.97% from 255) = 37.32%
BLUE value IS 213 (83.59% from 255) = 33.54%
R=29.13%
G=37.32%
B=33.54%

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
Decimal1852372130.2200.100.07152.3159.0982.75
HexB9EDD5160A7983b53
Octal27135532526012723073123
Binary1011100111101101110101011011001010111100110001110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9EDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9EDD5; }

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

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

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

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

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

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

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

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