#B9FAD0

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

Shades of Aero Blue #B9FAD0

Tints of Aero Blue #B9FAD0

Color information

#B9FAD0 (or 0xB9FAD0) is unknown color: approx Aero Blue. HEX triplet: B9, FA and D0. RGB value is (185,250,208). Sum of RGB (Red+Green+Blue) = 185+250+208=643 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.77% from 643); Green value is 250 (98.05% from 255 or 38.88% from 643); Blue value is 208 (81.64% from 255 or 32.35% from 643); Max value from RGB is 250 - color contains mainly: green. Hex color #B9FAD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FAD0 is #46052F. Grayscale: #E1E1E1. Windows color (decimal): -4588848 or 13695673. OLE color: 13695673.

HSL color Cylindrical-coordinate representation of color #B9FAD0: hue angle of 141.23º 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 #B9FAD0 is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB185250208-
CMYK0.2600.170.02
HSL141.23º86.67%85.29%-
HSV(B)141.23º26%98.04%-
XYZ65.5883.2472.29-
YUV225.78117.9798.92-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.77%
GREEN value IS 250 (98.05% from 255) = 38.88%
BLUE value IS 208 (81.64% from 255) = 32.35%
R=28.77%
G=38.88%
B=32.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1852502080.2600.170.02141.2386.6785.29
HexB9FAD01A01128d5755
Octal271372320320212215127125
Binary10111001111110101101000011010010001101000110110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FAD0; }

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

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

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

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

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

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

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

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