#BAEFD7

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

Shades of Aero Blue #BAEFD7

Tints of Aero Blue #BAEFD7

Color information

#BAEFD7 (or 0xBAEFD7) is unknown color: approx Aero Blue. HEX triplet: BA, EF and D7. RGB value is (186,239,215). Sum of RGB (Red+Green+Blue) = 186+239+215=640 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.06% from 640); Green value is 239 (93.75% from 255 or 37.34% from 640); Blue value is 215 (84.38% from 255 or 33.59% from 640); Max value from RGB is 239 - color contains mainly: green. Hex color #BAEFD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEFD7 is #451028. Grayscale: #DCDCDC. Windows color (decimal): -4526121 or 14151610. OLE color: 14151610.

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

Color convert

RGB186239215-
CMYK0.2200.100.06
HSL152.83º62.35%83.33%-
HSV(B)152.83º22.18%93.73%-
XYZ63.3877.0875.83-
YUV220.42124.94103.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.06%
GREEN value IS 239 (93.75% from 255) = 37.34%
BLUE value IS 215 (84.38% from 255) = 33.59%
R=29.06%
G=37.34%
B=33.59%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1862392150.2200.100.06152.8362.3583.33
HexBAEFD7160A6993e53
Octal27235732726012623176123
Binary1011101011101111110101111011001010110100110011111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEFD7; }

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

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

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

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

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

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

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

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