#B4E5CC

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

Shades of Aero Blue #B4E5CC

Tints of Aero Blue #B4E5CC

Color information

#B4E5CC (or 0xB4E5CC) is unknown color: approx Aero Blue. HEX triplet: B4, E5 and CC. RGB value is (180,229,204). Sum of RGB (Red+Green+Blue) = 180+229+204=613 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.36% from 613); Green value is 229 (89.84% from 255 or 37.36% from 613); Blue value is 204 (80.08% from 255 or 33.28% from 613); Max value from RGB is 229 - color contains mainly: green. Hex color #B4E5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4E5CC is #4B1A33. Grayscale: #D3D3D3. Windows color (decimal): -4921908 or 13428148. OLE color: 13428148.

HSL color Cylindrical-coordinate representation of color #B4E5CC: hue angle of 149.39º degrees, saturation: 0.49, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B4E5CC is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB180229204-
CMYK0.2100.110.10
HSL149.39º48.51%80.2%-
HSV(B)149.39º21.4%89.8%-
XYZ57.7470.167.61-
YUV211.5123.77105.53-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.36%
GREEN value IS 229 (89.84% from 255) = 37.36%
BLUE value IS 204 (80.08% from 255) = 33.28%
R=29.36%
G=37.36%
B=33.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1802292040.2100.110.10149.3948.5180.2
HexB4E5CC150BA953150
Octal264345314250131222561120
Binary10110100111001011100110010101010111010100101011100011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E5CC; }

 p { color: rgb(180,229,204); }

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

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

 a { background-color: rgb(180,229,204); }

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

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

 span { border-color: rgb(180,229,204); }

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