#B8EBD7

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

Shades of Aero Blue #B8EBD7

Tints of Aero Blue #B8EBD7

Color information

#B8EBD7 (or 0xB8EBD7) is unknown color: approx Aero Blue. HEX triplet: B8, EB and D7. RGB value is (184,235,215). Sum of RGB (Red+Green+Blue) = 184+235+215=634 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.02% from 634); Green value is 235 (92.19% from 255 or 37.07% from 634); Blue value is 215 (84.38% from 255 or 33.91% from 634); Max value from RGB is 235 - color contains mainly: green. Hex color #B8EBD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8EBD7 is #471428. Grayscale: #D9D9D9. Windows color (decimal): -4658217 or 14150584. OLE color: 14150584.

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

Color convert

RGB184235215-
CMYK0.2200.090.08
HSL156.47º56.04%82.16%-
HSV(B)156.47º21.7%92.16%-
XYZ61.7474.5175.42-
YUV217.47126.6104.13-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.02%
GREEN value IS 235 (92.19% from 255) = 37.07%
BLUE value IS 215 (84.38% from 255) = 33.91%
R=29.02%
G=37.07%
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
Decimal1842352150.2200.090.08156.4756.0482.16
HexB8EBD7160989c3852
Octal270353327260111023470122
Binary10111000111010111101011110110010011000100111001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8EBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8EBD7; }

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

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

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

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

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

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

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

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