#B7E1C8

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

Shades of Aero Blue #B7E1C8

Tints of Aero Blue #B7E1C8

Color information

#B7E1C8 (or 0xB7E1C8) is unknown color: approx Aero Blue. HEX triplet: B7, E1 and C8. RGB value is (183,225,200). Sum of RGB (Red+Green+Blue) = 183+225+200=608 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.10% from 608); Green value is 225 (88.28% from 255 or 37.01% from 608); Blue value is 200 (78.52% from 255 or 32.89% from 608); Max value from RGB is 225 - color contains mainly: green. Hex color #B7E1C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7E1C8 is #481E37. Grayscale: #D1D1D1. Windows color (decimal): -4726328 or 13164983. OLE color: 13164983.

HSL color Cylindrical-coordinate representation of color #B7E1C8: hue angle of 144.29º degrees, saturation: 0.41, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B7E1C8 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.

Color convert

RGB183225200-
CMYK0.1900.110.12
HSL144.29º41.18%80%-
HSV(B)144.29º18.67%88.24%-
XYZ56.8868.0964.79-
YUV209.59122.59109.03-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.10%
GREEN value IS 225 (88.28% from 255) = 37.01%
BLUE value IS 200 (78.52% from 255) = 32.89%
R=30.10%
G=37.01%
B=32.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1832252000.1900.110.12144.2941.1880
HexB7E1C8130BC902950
Octal267341310230131422051120
Binary10110111111000011100100010011010111100100100001010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7E1C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7E1C8; }

 p { color: rgb(183,225,200); }

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

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

 a { background-color: rgb(183,225,200); }

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

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

 span { border-color: rgb(183,225,200); }

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