#B4E7CF

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

Shades of Aero Blue #B4E7CF

Tints of Aero Blue #B4E7CF

Color information

#B4E7CF (or 0xB4E7CF) is unknown color: approx Aero Blue. HEX triplet: B4, E7 and CF. RGB value is (180,231,207). Sum of RGB (Red+Green+Blue) = 180+231+207=618 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.13% from 618); Green value is 231 (90.62% from 255 or 37.38% from 618); Blue value is 207 (81.25% from 255 or 33.50% from 618); Max value from RGB is 231 - color contains mainly: green. Hex color #B4E7CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4E7CF is #4B1830. Grayscale: #D5D5D5. Windows color (decimal): -4921393 or 13625268. OLE color: 13625268.

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

Color convert

RGB180231207-
CMYK0.2200.100.09
HSL151.76º51.52%80.59%-
HSV(B)151.76º22.08%90.59%-
XYZ58.6671.3669.71-
YUV213.02124.6104.45-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.13%
GREEN value IS 231 (90.62% from 255) = 37.38%
BLUE value IS 207 (81.25% from 255) = 33.50%
R=29.13%
G=37.38%
B=33.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1802312070.2200.100.09151.7651.5280.59
HexB4E7CF160A9983451
Octal264347317260121123064121
Binary10110100111001111100111110110010101001100110001101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E7CF; }

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

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

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

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

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

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

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

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