#B9FBD1

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

Shades of Aero Blue #B9FBD1

Tints of Aero Blue #B9FBD1

Color information

#B9FBD1 (or 0xB9FBD1) is unknown color: approx Aero Blue. HEX triplet: B9, FB and D1. RGB value is (185,251,209). Sum of RGB (Red+Green+Blue) = 185+251+209=645 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.68% from 645); Green value is 251 (98.44% from 255 or 38.91% from 645); Blue value is 209 (82.03% from 255 or 32.40% from 645); Max value from RGB is 251 - color contains mainly: green. Hex color #B9FBD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FBD1 is #46042E. Grayscale: #E2E2E2. Windows color (decimal): -4588591 or 13761465. OLE color: 13761465.

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

Color convert

RGB185251209-
CMYK0.2600.170.02
HSL141.82º89.19%85.49%-
HSV(B)141.82º26.29%98.43%-
XYZ66.0183.9173.04-
YUV226.48118.1398.42-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.68%
GREEN value IS 251 (98.44% from 255) = 38.91%
BLUE value IS 209 (82.03% from 255) = 32.40%
R=28.68%
G=38.91%
B=32.40%

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
Decimal1852512090.2600.170.02141.8289.1985.49
HexB9FBD11A01128e5955
Octal271373321320212216131125
Binary10111001111110111101000111010010001101000111010110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FBD1; }

 p { color: rgb(185,251,209); }

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

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

 a { background-color: rgb(185,251,209); }

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

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

 span { border-color: rgb(185,251,209); }

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