#B5E4CC

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

Shades of Aero Blue #B5E4CC

Tints of Aero Blue #B5E4CC

Color information

#B5E4CC (or 0xB5E4CC) is unknown color: approx Aero Blue. HEX triplet: B5, E4 and CC. RGB value is (181,228,204). Sum of RGB (Red+Green+Blue) = 181+228+204=613 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.53% from 613); Green value is 228 (89.45% from 255 or 37.19% from 613); Blue value is 204 (80.08% from 255 or 33.28% from 613); Max value from RGB is 228 - color contains mainly: green. Hex color #B5E4CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5E4CC is #4A1B33. Grayscale: #D3D3D3. Windows color (decimal): -4856628 or 13427893. OLE color: 13427893.

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

Color convert

RGB181228204-
CMYK0.2100.110.11
HSL149.36º46.53%80.2%-
HSV(B)149.36º20.61%89.41%-
XYZ57.769.6767.53-
YUV211.21123.93106.45-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.53%
GREEN value IS 228 (89.45% from 255) = 37.19%
BLUE value IS 204 (80.08% from 255) = 33.28%
R=29.53%
G=37.19%
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.11
SystemRedGreenBlueCMYKHSL
Decimal1812282040.2100.110.11149.3646.5380.2
HexB5E4CC150BB952f50
Octal265344314250131322557120
Binary10110101111001001100110010101010111011100101011011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5E4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5E4CC; }

 p { color: rgb(181,228,204); }

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

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

 a { background-color: rgb(181,228,204); }

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

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

 span { border-color: rgb(181,228,204); }

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