#B7EACD

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

Shades of Aero Blue #B7EACD

Tints of Aero Blue #B7EACD

Color information

#B7EACD (or 0xB7EACD) is unknown color: approx Aero Blue. HEX triplet: B7, EA and CD. RGB value is (183,234,205). Sum of RGB (Red+Green+Blue) = 183+234+205=622 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.42% from 622); Green value is 234 (91.80% from 255 or 37.62% from 622); Blue value is 205 (80.47% from 255 or 32.96% from 622); Max value from RGB is 234 - color contains mainly: green. Hex color #B7EACD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7EACD is #481532. Grayscale: #D7D7D7. Windows color (decimal): -4724019 or 13494967. OLE color: 13494967.

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

Color convert

RGB183234205-
CMYK0.2200.120.08
HSL145.88º54.84%81.76%-
HSV(B)145.88º21.79%91.76%-
XYZ59.9773.3268.75-
YUV215.44122.1104.86-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.42%
GREEN value IS 234 (91.80% from 255) = 37.62%
BLUE value IS 205 (80.47% from 255) = 32.96%
R=29.42%
G=37.62%
B=32.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1832342050.2200.120.08145.8854.8481.76
HexB7EACD160C8923752
Octal267352315260141022267122
Binary10110111111010101100110110110011001000100100101101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7EACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7EACD; }

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

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

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

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

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

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

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

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