#B7EBD5

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

Shades of Aero Blue #B7EBD5

Tints of Aero Blue #B7EBD5

Color information

#B7EBD5 (or 0xB7EBD5) is unknown color: approx Aero Blue. HEX triplet: B7, EB and D5. RGB value is (183,235,213). Sum of RGB (Red+Green+Blue) = 183+235+213=631 (83% of max value = 765). Red value is 183 (71.88% from 255 or 29.00% from 631); Green value is 235 (92.19% from 255 or 37.24% from 631); Blue value is 213 (83.59% from 255 or 33.76% from 631); Max value from RGB is 235 - color contains mainly: green. Hex color #B7EBD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7EBD5 is #48142A. Grayscale: #D8D8D8. Windows color (decimal): -4723755 or 14019511. OLE color: 14019511.

HSL color Cylindrical-coordinate representation of color #B7EBD5: hue angle of 154.62º 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 #B7EBD5 is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB183235213-
CMYK0.2200.090.08
HSL154.62º56.52%81.96%-
HSV(B)154.62º22.13%92.16%-
XYZ61.2574.2974.06-
YUV216.94125.77103.79-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.00%
GREEN value IS 235 (92.19% from 255) = 37.24%
BLUE value IS 213 (83.59% from 255) = 33.76%
R=29.00%
G=37.24%
B=33.76%

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
Decimal1832352130.2200.090.08154.6256.5281.96
HexB7EBD5160989b3952
Octal267353325260111023371122
Binary10110111111010111101010110110010011000100110111110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7EBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7EBD5; }

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

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

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

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

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

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

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

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