#B7F1D3

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

Shades of Aero Blue #B7F1D3

Tints of Aero Blue #B7F1D3

Color information

#B7F1D3 (or 0xB7F1D3) is unknown color: approx Aero Blue. HEX triplet: B7, F1 and D3. RGB value is (183,241,211). Sum of RGB (Red+Green+Blue) = 183+241+211=635 (84% of max value = 765). Red value is 183 (71.88% from 255 or 28.82% from 635); Green value is 241 (94.53% from 255 or 37.95% from 635); Blue value is 211 (82.81% from 255 or 33.23% from 635); Max value from RGB is 241 - color contains mainly: green. Hex color #B7F1D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7F1D3 is #480E2C. Grayscale: #DCDCDC. Windows color (decimal): -4722221 or 13889975. OLE color: 13889975.

HSL color Cylindrical-coordinate representation of color #B7F1D3: hue angle of 148.97º 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 #B7F1D3 is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB183241211-
CMYK0.2400.120.05
HSL148.97º67.44%83.14%-
HSV(B)148.97º24.07%94.51%-
XYZ62.7477.6873.32-
YUV220.24122.78101.44-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 28.82%
GREEN value IS 241 (94.53% from 255) = 37.95%
BLUE value IS 211 (82.81% from 255) = 33.23%
R=28.82%
G=37.95%
B=33.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1832412110.2400.120.05148.9767.4483.14
HexB7F1D3180C5954353
Octal267361323300145225103123
Binary10110111111100011101001111000011001011001010110000111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7F1D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7F1D3; }

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

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

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

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

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

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

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

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