#B9F7DC

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

Shades of Aero Blue #B9F7DC

Tints of Aero Blue #B9F7DC

Color information

#B9F7DC (or 0xB9F7DC) is unknown color: approx Aero Blue. HEX triplet: B9, F7 and DC. RGB value is (185,247,220). Sum of RGB (Red+Green+Blue) = 185+247+220=652 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.37% from 652); Green value is 247 (96.88% from 255 or 37.88% from 652); Blue value is 220 (86.33% from 255 or 33.74% from 652); Max value from RGB is 247 - color contains mainly: green. Hex color #B9F7DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9F7DC is #460823. Grayscale: #E1E1E1. Windows color (decimal): -4589604 or 14481337. OLE color: 14481337.

HSL color Cylindrical-coordinate representation of color #B9F7DC: hue angle of 153.87º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B9F7DC is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB185247220-
CMYK0.2500.110.03
HSL153.87º79.49%84.71%-
HSV(B)153.87º25.1%96.86%-
XYZ66.198280.05-
YUV225.38124.9699.2-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.37%
GREEN value IS 247 (96.88% from 255) = 37.88%
BLUE value IS 220 (86.33% from 255) = 33.74%
R=28.37%
G=37.88%
B=33.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1852472200.2500.110.03153.8779.4984.71
HexB9F7DC190B39a4f55
Octal271367334310133232117125
Binary1011100111110111110111001100101011111001101010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9F7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9F7DC; }

 p { color: rgb(185,247,220); }

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

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

 a { background-color: rgb(185,247,220); }

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

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

 span { border-color: rgb(185,247,220); }

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