#B7EBD7

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

Shades of Aero Blue #B7EBD7

Tints of Aero Blue #B7EBD7

Color information

#B7EBD7 (or 0xB7EBD7) is unknown color: approx Aero Blue. HEX triplet: B7, EB and D7. RGB value is (183,235,215). Sum of RGB (Red+Green+Blue) = 183+235+215=633 (83% of max value = 765). Red value is 183 (71.88% from 255 or 28.91% from 633); Green value is 235 (92.19% from 255 or 37.12% from 633); Blue value is 215 (84.38% from 255 or 33.97% from 633); Max value from RGB is 235 - color contains mainly: green. Hex color #B7EBD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7EBD7 is #481428. Grayscale: #D9D9D9. Windows color (decimal): -4723753 or 14150583. OLE color: 14150583.

HSL color Cylindrical-coordinate representation of color #B7EBD7: hue angle of 156.92º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B7EBD7 is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB183235215-
CMYK0.2200.090.08
HSL156.92º56.52%81.96%-
HSV(B)156.92º22.13%92.16%-
XYZ61.574.3975.41-
YUV217.17126.77103.63-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 28.91%
GREEN value IS 235 (92.19% from 255) = 37.12%
BLUE value IS 215 (84.38% from 255) = 33.97%
R=28.91%
G=37.12%
B=33.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1832352150.2200.090.08156.9256.5281.96
HexB7EBD7160989d3952
Octal267353327260111023571122
Binary10110111111010111101011110110010011000100111011110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7EBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7EBD7; }

 p { color: rgb(183,235,215); }

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

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

 a { background-color: rgb(183,235,215); }

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

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

 span { border-color: rgb(183,235,215); }

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