#B7E1CD

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

Shades of Aero Blue #B7E1CD

Tints of Aero Blue #B7E1CD

Color information

#B7E1CD (or 0xB7E1CD) is unknown color: approx Aero Blue. HEX triplet: B7, E1 and CD. RGB value is (183,225,205). Sum of RGB (Red+Green+Blue) = 183+225+205=613 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.85% from 613); Green value is 225 (88.28% from 255 or 36.70% from 613); Blue value is 205 (80.47% from 255 or 33.44% from 613); Max value from RGB is 225 - color contains mainly: green. Hex color #B7E1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7E1CD is #481E32. Grayscale: #D2D2D2. Windows color (decimal): -4726323 or 13492663. OLE color: 13492663.

HSL color Cylindrical-coordinate representation of color #B7E1CD: hue angle of 151.43º 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 #B7E1CD is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB183225205-
CMYK0.1900.090.12
HSL151.43º41.18%80%-
HSV(B)151.43º18.67%88.24%-
XYZ57.4768.3367.92-
YUV210.16125.09108.63-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.85%
GREEN value IS 225 (88.28% from 255) = 36.70%
BLUE value IS 205 (80.47% from 255) = 33.44%
R=29.85%
G=36.70%
B=33.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1832252050.1900.090.12151.4341.1880
HexB7E1CD1309C972950
Octal267341315230111422751120
Binary10110111111000011100110110011010011100100101111010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7E1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7E1CD; }

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

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

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

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

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

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

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

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