#B4E8C8

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

Shades of Aero Blue #B4E8C8

Tints of Aero Blue #B4E8C8

Color information

#B4E8C8 (or 0xB4E8C8) is unknown color: approx Aero Blue. HEX triplet: B4, E8 and C8. RGB value is (180,232,200). Sum of RGB (Red+Green+Blue) = 180+232+200=612 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.41% from 612); Green value is 232 (91.02% from 255 or 37.91% from 612); Blue value is 200 (78.52% from 255 or 32.68% from 612); Max value from RGB is 232 - color contains mainly: green. Hex color #B4E8C8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4E8C8 is #4B1737. Grayscale: #D4D4D4. Windows color (decimal): -4921144 or 13166772. OLE color: 13166772.

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

Color convert

RGB180232200-
CMYK0.2200.140.09
HSL143.08º53.06%80.78%-
HSV(B)143.08º22.41%90.98%-
XYZ58.171.5965.4-
YUV212.8120.77104.6-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.41%
GREEN value IS 232 (91.02% from 255) = 37.91%
BLUE value IS 200 (78.52% from 255) = 32.68%
R=29.41%
G=37.91%
B=32.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1802322000.2200.140.09143.0853.0680.78
HexB4E8C8160E98f3551
Octal264350310260161121765121
Binary10110100111010001100100010110011101001100011111101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E8C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E8C8; }

 p { color: rgb(180,232,200); }

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

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

 a { background-color: rgb(180,232,200); }

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

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

 span { border-color: rgb(180,232,200); }

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