#B5E0CA

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

Shades of Aero Blue #B5E0CA

Tints of Aero Blue #B5E0CA

Color information

#B5E0CA (or 0xB5E0CA) is unknown color: approx Aero Blue. HEX triplet: B5, E0 and CA. RGB value is (181,224,202). Sum of RGB (Red+Green+Blue) = 181+224+202=607 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.82% from 607); Green value is 224 (87.89% from 255 or 36.90% from 607); Blue value is 202 (79.30% from 255 or 33.28% from 607); Max value from RGB is 224 - color contains mainly: green. Hex color #B5E0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5E0CA is #4A1F35. Grayscale: #D0D0D0. Windows color (decimal): -4857654 or 13295797. OLE color: 13295797.

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

Color convert

RGB181224202-
CMYK0.1900.100.12
HSL149.3º40.95%79.41%-
HSV(B)149.3º19.2%87.84%-
XYZ56.3767.465.92-
YUV208.64124.25108.29-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.82%
GREEN value IS 224 (87.89% from 255) = 36.90%
BLUE value IS 202 (79.30% from 255) = 33.28%
R=29.82%
G=36.90%
B=33.28%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1812242020.1900.100.12149.340.9579.41
HexB5E0CA130AC95294f
Octal265340312230121422551117
Binary10110101111000001100101010011010101100100101011010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5E0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5E0CA; }

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

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

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

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

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

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

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

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