#B5E0CC

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

Shades of Aero Blue #B5E0CC

Tints of Aero Blue #B5E0CC

Color information

#B5E0CC (or 0xB5E0CC) is unknown color: approx Aero Blue. HEX triplet: B5, E0 and CC. RGB value is (181,224,204). Sum of RGB (Red+Green+Blue) = 181+224+204=609 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.72% from 609); Green value is 224 (87.89% from 255 or 36.78% from 609); Blue value is 204 (80.08% from 255 or 33.50% from 609); Max value from RGB is 224 - color contains mainly: green. Hex color #B5E0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5E0CC is #4A1F33. Grayscale: #D0D0D0. Windows color (decimal): -4857652 or 13426869. OLE color: 13426869.

HSL color Cylindrical-coordinate representation of color #B5E0CC: hue angle of 152.09º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B5E0CC is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB181224204-
CMYK0.1900.090.12
HSL152.09º40.95%79.41%-
HSV(B)152.09º19.2%87.84%-
XYZ56.6167.4967.17-
YUV208.86125.25108.13-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.72%
GREEN value IS 224 (87.89% from 255) = 36.78%
BLUE value IS 204 (80.08% from 255) = 33.50%
R=29.72%
G=36.78%
B=33.50%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1812242040.1900.090.12152.0940.9579.41
HexB5E0CC1309C98294f
Octal265340314230111423051117
Binary10110101111000001100110010011010011100100110001010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5E0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5E0CC; }

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

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

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

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

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

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

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

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