#B7EAD6

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

Shades of Aero Blue #B7EAD6

Tints of Aero Blue #B7EAD6

Color information

#B7EAD6 (or 0xB7EAD6) is unknown color: approx Aero Blue. HEX triplet: B7, EA and D6. RGB value is (183,234,214). Sum of RGB (Red+Green+Blue) = 183+234+214=631 (83% of max value = 765). Red value is 183 (71.88% from 255 or 29.00% from 631); Green value is 234 (91.80% from 255 or 37.08% from 631); Blue value is 214 (83.98% from 255 or 33.91% from 631); Max value from RGB is 234 - color contains mainly: green. Hex color #B7EAD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7EAD6 is #481529. Grayscale: #D8D8D8. Windows color (decimal): -4724010 or 14084791. OLE color: 14084791.

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

Color convert

RGB183234214-
CMYK0.2200.090.08
HSL156.47º54.84%81.76%-
HSV(B)156.47º21.79%91.76%-
XYZ61.0973.7774.64-
YUV216.47126.6104.13-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.00%
GREEN value IS 234 (91.80% from 255) = 37.08%
BLUE value IS 214 (83.98% from 255) = 33.91%
R=29.00%
G=37.08%
B=33.91%

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
Decimal1832342140.2200.090.08156.4754.8481.76
HexB7EAD6160989c3752
Octal267352326260111023467122
Binary10110111111010101101011010110010011000100111001101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7EAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7EAD6; }

 p { color: rgb(183,234,214); }

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

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

 a { background-color: rgb(183,234,214); }

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

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

 span { border-color: rgb(183,234,214); }

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