#B9EACF

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

Shades of Aero Blue #B9EACF

Tints of Aero Blue #B9EACF

Color information

#B9EACF (or 0xB9EACF) is unknown color: approx Aero Blue. HEX triplet: B9, EA and CF. RGB value is (185,234,207). Sum of RGB (Red+Green+Blue) = 185+234+207=626 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.55% from 626); Green value is 234 (91.80% from 255 or 37.38% from 626); Blue value is 207 (81.25% from 255 or 33.07% from 626); Max value from RGB is 234 - color contains mainly: green. Hex color #B9EACF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EACF is #461530. Grayscale: #D8D8D8. Windows color (decimal): -4592945 or 13626041. OLE color: 13626041.

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

Color convert

RGB185234207-
CMYK0.2100.120.08
HSL146.94º53.85%82.16%-
HSV(B)146.94º20.94%91.76%-
XYZ60.6973.6670.05-
YUV216.27122.77105.7-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.55%
GREEN value IS 234 (91.80% from 255) = 37.38%
BLUE value IS 207 (81.25% from 255) = 33.07%
R=29.55%
G=37.38%
B=33.07%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1852342070.2100.120.08146.9453.8582.16
HexB9EACF150C8933652
Octal271352317250141022366122
Binary10111001111010101100111110101011001000100100111101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9EACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9EACF; }

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

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

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

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

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

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

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

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