#B7F1D9

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

Shades of Aero Blue #B7F1D9

Tints of Aero Blue #B7F1D9

Color information

#B7F1D9 (or 0xB7F1D9) is unknown color: approx Aero Blue. HEX triplet: B7, F1 and D9. RGB value is (183,241,217). Sum of RGB (Red+Green+Blue) = 183+241+217=641 (84% of max value = 765). Red value is 183 (71.88% from 255 or 28.55% from 641); Green value is 241 (94.53% from 255 or 37.60% from 641); Blue value is 217 (85.16% from 255 or 33.85% from 641); Max value from RGB is 241 - color contains mainly: green. Hex color #B7F1D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7F1D9 is #480E26. Grayscale: #DCDCDC. Windows color (decimal): -4722215 or 14283191. OLE color: 14283191.

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

Color convert

RGB183241217-
CMYK0.2400.100.05
HSL155.17º67.44%83.14%-
HSV(B)155.17º24.07%94.51%-
XYZ63.5177.9977.35-
YUV220.92125.78100.95-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 28.55%
GREEN value IS 241 (94.53% from 255) = 37.60%
BLUE value IS 217 (85.16% from 255) = 33.85%
R=28.55%
G=37.60%
B=33.85%

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
Decimal1832412170.2400.100.05155.1767.4483.14
HexB7F1D9180A59b4353
Octal267361331300125233103123
Binary10110111111100011101100111000010101011001101110000111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7F1D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7F1D9; }

 p { color: rgb(183,241,217); }

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

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

 a { background-color: rgb(183,241,217); }

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

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

 span { border-color: rgb(183,241,217); }

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