#B9F2DA

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

Shades of Aero Blue #B9F2DA

Tints of Aero Blue #B9F2DA

Color information

#B9F2DA (or 0xB9F2DA) is unknown color: approx Aero Blue. HEX triplet: B9, F2 and DA. RGB value is (185,242,218). Sum of RGB (Red+Green+Blue) = 185+242+218=645 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.68% from 645); Green value is 242 (94.92% from 255 or 37.52% from 645); Blue value is 218 (85.55% from 255 or 33.80% from 645); Max value from RGB is 242 - color contains mainly: green. Hex color #B9F2DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9F2DA is #460D25. Grayscale: #DEDEDE. Windows color (decimal): -4590886 or 14348985. OLE color: 14348985.

HSL color Cylindrical-coordinate representation of color #B9F2DA: hue angle of 154.74º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B9F2DA is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB185242218-
CMYK0.2400.100.05
HSL154.74º68.67%83.73%-
HSV(B)154.74º23.55%94.9%-
XYZ64.4178.8878.16-
YUV222.22125.62101.45-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.68%
GREEN value IS 242 (94.92% from 255) = 37.52%
BLUE value IS 218 (85.55% from 255) = 33.80%
R=28.68%
G=37.52%
B=33.80%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1852422180.2400.100.05154.7468.6783.73
HexB9F2DA180A59b4554
Octal271362332300125233105124
Binary10111001111100101101101011000010101011001101110001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9F2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9F2DA; }

 p { color: rgb(185,242,218); }

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

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

 a { background-color: rgb(185,242,218); }

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

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

 span { border-color: rgb(185,242,218); }

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