#B9FBD5

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

Shades of Aero Blue #B9FBD5

Tints of Aero Blue #B9FBD5

Color information

#B9FBD5 (or 0xB9FBD5) is unknown color: approx Aero Blue. HEX triplet: B9, FB and D5. RGB value is (185,251,213). Sum of RGB (Red+Green+Blue) = 185+251+213=649 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.51% from 649); Green value is 251 (98.44% from 255 or 38.67% from 649); Blue value is 213 (83.59% from 255 or 32.82% from 649); Max value from RGB is 251 - color contains mainly: green. Hex color #B9FBD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FBD5 is #46042A. Grayscale: #E3E3E3. Windows color (decimal): -4588587 or 14023609. OLE color: 14023609.

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

Color convert

RGB185251213-
CMYK0.2600.150.02
HSL145.45º89.19%85.49%-
HSV(B)145.45º26.29%98.43%-
XYZ66.5284.1175.68-
YUV226.93120.1398.09-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.51%
GREEN value IS 251 (98.44% from 255) = 38.67%
BLUE value IS 213 (83.59% from 255) = 32.82%
R=28.51%
G=38.67%
B=32.82%

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
Decimal1852512130.2600.150.02145.4589.1985.49
HexB9FBD51A0F2915955
Octal271373325320172221131125
Binary1011100111111011110101011101001111101001000110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FBD5; }

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

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

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

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

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

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

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

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