#B9EAD0

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

Shades of Aero Blue #B9EAD0

Tints of Aero Blue #B9EAD0

Color information

#B9EAD0 (or 0xB9EAD0) is unknown color: approx Aero Blue. HEX triplet: B9, EA and D0. RGB value is (185,234,208). Sum of RGB (Red+Green+Blue) = 185+234+208=627 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.51% from 627); Green value is 234 (91.80% from 255 or 37.32% from 627); Blue value is 208 (81.64% from 255 or 33.17% from 627); Max value from RGB is 234 - color contains mainly: green. Hex color #B9EAD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EAD0 is #46152F. Grayscale: #D8D8D8. Windows color (decimal): -4592944 or 13691577. OLE color: 13691577.

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

Color convert

RGB185234208-
CMYK0.2100.110.08
HSL148.16º53.85%82.16%-
HSV(B)148.16º20.94%91.76%-
XYZ60.8273.7170.7-
YUV216.38123.27105.61-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.51%
GREEN value IS 234 (91.80% from 255) = 37.32%
BLUE value IS 208 (81.64% from 255) = 33.17%
R=29.51%
G=37.32%
B=33.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1852342080.2100.110.08148.1653.8582.16
HexB9EAD0150B8943652
Octal271352320250131022466122
Binary10111001111010101101000010101010111000100101001101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9EAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9EAD0; }

 p { color: rgb(185,234,208); }

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

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

 a { background-color: rgb(185,234,208); }

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

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

 span { border-color: rgb(185,234,208); }

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