#B8E5CF

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

Shades of Aero Blue #B8E5CF

Tints of Aero Blue #B8E5CF

Color information

#B8E5CF (or 0xB8E5CF) is unknown color: approx Aero Blue. HEX triplet: B8, E5 and CF. RGB value is (184,229,207). Sum of RGB (Red+Green+Blue) = 184+229+207=620 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.68% from 620); Green value is 229 (89.84% from 255 or 36.94% from 620); Blue value is 207 (81.25% from 255 or 33.39% from 620); Max value from RGB is 229 - color contains mainly: green. Hex color #B8E5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8E5CF is #471A30. Grayscale: #D5D5D5. Windows color (decimal): -4659761 or 13624760. OLE color: 13624760.

HSL color Cylindrical-coordinate representation of color #B8E5CF: hue angle of 150.67º degrees, saturation: 0.46, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B8E5CF is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB184229207-
CMYK0.2000.100.10
HSL150.67º46.39%80.98%-
HSV(B)150.67º19.65%89.8%-
XYZ59.0570.7369.57-
YUV213.04124.59107.29-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.68%
GREEN value IS 229 (89.84% from 255) = 36.94%
BLUE value IS 207 (81.25% from 255) = 33.39%
R=29.68%
G=36.94%
B=33.39%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1842292070.2000.100.10150.6746.3980.98
HexB8E5CF140AA972e51
Octal270345317240121222756121
Binary10111000111001011100111110100010101010100101111011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8E5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8E5CF; }

 p { color: rgb(184,229,207); }

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

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

 a { background-color: rgb(184,229,207); }

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

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

 span { border-color: rgb(184,229,207); }

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