#B4E7CA

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

Shades of Aero Blue #B4E7CA

Tints of Aero Blue #B4E7CA

Color information

#B4E7CA (or 0xB4E7CA) is unknown color: approx Aero Blue. HEX triplet: B4, E7 and CA. RGB value is (180,231,202). Sum of RGB (Red+Green+Blue) = 180+231+202=613 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.36% from 613); Green value is 231 (90.62% from 255 or 37.68% from 613); Blue value is 202 (79.30% from 255 or 32.95% from 613); Max value from RGB is 231 - color contains mainly: green. Hex color #B4E7CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4E7CA is #4B1835. Grayscale: #D4D4D4. Windows color (decimal): -4921398 or 13297588. OLE color: 13297588.

HSL color Cylindrical-coordinate representation of color #B4E7CA: hue angle of 145.88º degrees, saturation: 0.52, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B4E7CA is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB180231202-
CMYK0.2200.130.09
HSL145.88º51.52%80.59%-
HSV(B)145.88º22.08%90.59%-
XYZ58.0671.1266.54-
YUV212.44122.1104.86-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.36%
GREEN value IS 231 (90.62% from 255) = 37.68%
BLUE value IS 202 (79.30% from 255) = 32.95%
R=29.36%
G=37.68%
B=32.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1802312020.2200.130.09145.8851.5280.59
HexB4E7CA160D9923451
Octal264347312260151122264121
Binary10110100111001111100101010110011011001100100101101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E7CA; }

 p { color: rgb(180,231,202); }

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

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

 a { background-color: rgb(180,231,202); }

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

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

 span { border-color: rgb(180,231,202); }

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