#B9FAD5

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

Shades of Aero Blue #B9FAD5

Tints of Aero Blue #B9FAD5

Color information

#B9FAD5 (or 0xB9FAD5) is unknown color: approx Aero Blue. HEX triplet: B9, FA and D5. RGB value is (185,250,213). Sum of RGB (Red+Green+Blue) = 185+250+213=648 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.55% from 648); Green value is 250 (98.05% from 255 or 38.58% from 648); Blue value is 213 (83.59% from 255 or 32.87% from 648); Max value from RGB is 250 - color contains mainly: green. Hex color #B9FAD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FAD5 is #46052A. Grayscale: #E2E2E2. Windows color (decimal): -4588843 or 14023353. OLE color: 14023353.

HSL color Cylindrical-coordinate representation of color #B9FAD5: hue angle of 145.85º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B9FAD5 is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB185250213-
CMYK0.2600.150.02
HSL145.85º86.67%85.29%-
HSV(B)145.85º26%98.04%-
XYZ66.283.4975.58-
YUV226.35120.4798.51-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.55%
GREEN value IS 250 (98.05% from 255) = 38.58%
BLUE value IS 213 (83.59% from 255) = 32.87%
R=28.55%
G=38.58%
B=32.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1852502130.2600.150.02145.8586.6785.29
HexB9FAD51A0F2925755
Octal271372325320172222127125
Binary1011100111111010110101011101001111101001001010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FAD5; }

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

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

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

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

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

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

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

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