#B8EBD1

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

Shades of Aero Blue #B8EBD1

Tints of Aero Blue #B8EBD1

Color information

#B8EBD1 (or 0xB8EBD1) is unknown color: approx Aero Blue. HEX triplet: B8, EB and D1. RGB value is (184,235,209). Sum of RGB (Red+Green+Blue) = 184+235+209=628 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.30% from 628); Green value is 235 (92.19% from 255 or 37.42% from 628); Blue value is 209 (82.03% from 255 or 33.28% from 628); Max value from RGB is 235 - color contains mainly: green. Hex color #B8EBD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8EBD1 is #47142E. Grayscale: #D8D8D8. Windows color (decimal): -4658223 or 13757368. OLE color: 13757368.

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

Color convert

RGB184235209-
CMYK0.2200.110.08
HSL149.41º56.04%82.16%-
HSV(B)149.41º21.7%92.16%-
XYZ60.9874.2171.43-
YUV216.79123.6104.61-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.30%
GREEN value IS 235 (92.19% from 255) = 37.42%
BLUE value IS 209 (82.03% from 255) = 33.28%
R=29.30%
G=37.42%
B=33.28%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1842352090.2200.110.08149.4156.0482.16
HexB8EBD1160B8953852
Octal270353321260131022570122
Binary10111000111010111101000110110010111000100101011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8EBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8EBD1; }

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

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

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

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

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

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

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

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