#B9FBDB

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

Shades of Aero Blue #B9FBDB

Tints of Aero Blue #B9FBDB

Color information

#B9FBDB (or 0xB9FBDB) is unknown color: approx Aero Blue. HEX triplet: B9, FB and DB. RGB value is (185,251,219). Sum of RGB (Red+Green+Blue) = 185+251+219=655 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.24% from 655); Green value is 251 (98.44% from 255 or 38.32% from 655); Blue value is 219 (85.94% from 255 or 33.44% from 655); Max value from RGB is 251 - color contains mainly: green. Hex color #B9FBDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FBDB is #460424. Grayscale: #E3E3E3. Windows color (decimal): -4588581 or 14416825. OLE color: 14416825.

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

Color convert

RGB185251219-
CMYK0.2600.130.02
HSL150.91º89.19%85.49%-
HSV(B)150.91º26.29%98.43%-
XYZ67.2984.4279.77-
YUV227.62123.1397.6-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.24%
GREEN value IS 251 (98.44% from 255) = 38.32%
BLUE value IS 219 (85.94% from 255) = 33.44%
R=28.24%
G=38.32%
B=33.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1852512190.2600.130.02150.9189.1985.49
HexB9FBDB1A0D2975955
Octal271373333320152227131125
Binary1011100111111011110110111101001101101001011110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FBDB; }

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

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

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

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

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

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

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

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