#BAEFD5

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

Shades of Aero Blue #BAEFD5

Tints of Aero Blue #BAEFD5

Color information

#BAEFD5 (or 0xBAEFD5) is unknown color: approx Aero Blue. HEX triplet: BA, EF and D5. RGB value is (186,239,213). Sum of RGB (Red+Green+Blue) = 186+239+213=638 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.15% from 638); Green value is 239 (93.75% from 255 or 37.46% from 638); Blue value is 213 (83.59% from 255 or 33.39% from 638); Max value from RGB is 239 - color contains mainly: green. Hex color #BAEFD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEFD5 is #45102A. Grayscale: #DCDCDC. Windows color (decimal): -4526123 or 14020538. OLE color: 14020538.

HSL color Cylindrical-coordinate representation of color #BAEFD5: hue angle of 150.57º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAEFD5 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB186239213-
CMYK0.2200.110.06
HSL150.57º62.35%83.33%-
HSV(B)150.57º22.18%93.73%-
XYZ63.1376.9874.48-
YUV220.19123.94103.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.15%
GREEN value IS 239 (93.75% from 255) = 37.46%
BLUE value IS 213 (83.59% from 255) = 33.39%
R=29.15%
G=37.46%
B=33.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1862392130.2200.110.06150.5762.3583.33
HexBAEFD5160B6973e53
Octal27235732526013622776123
Binary1011101011101111110101011011001011110100101111111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEFD5; }

 p { color: rgb(186,239,213); }

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

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

 a { background-color: rgb(186,239,213); }

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

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

 span { border-color: rgb(186,239,213); }

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