#BAEDD9

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

Shades of Aero Blue #BAEDD9

Tints of Aero Blue #BAEDD9

Color information

#BAEDD9 (or 0xBAEDD9) is unknown color: approx Aero Blue. HEX triplet: BA, ED and D9. RGB value is (186,237,217). Sum of RGB (Red+Green+Blue) = 186+237+217=640 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.06% from 640); Green value is 237 (92.97% from 255 or 37.03% from 640); Blue value is 217 (85.16% from 255 or 33.91% from 640); Max value from RGB is 237 - color contains mainly: green. Hex color #BAEDD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEDD9 is #451226. Grayscale: #DBDBDB. Windows color (decimal): -4526631 or 14282170. OLE color: 14282170.

HSL color Cylindrical-coordinate representation of color #BAEDD9: hue angle of 156.47º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAEDD9 is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB186237217-
CMYK0.2200.080.07
HSL156.47º58.62%82.94%-
HSV(B)156.47º21.52%92.94%-
XYZ63.0676.0276.99-
YUV219.47126.6104.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.06%
GREEN value IS 237 (92.97% from 255) = 37.03%
BLUE value IS 217 (85.16% from 255) = 33.91%
R=29.06%
G=37.03%
B=33.91%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862372170.2200.080.07156.4758.6282.94
HexBAEDD9160879c3b53
Octal27235533126010723473123
Binary1011101011101101110110011011001000111100111001110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEDD9; }

 p { color: rgb(186,237,217); }

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

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

 a { background-color: rgb(186,237,217); }

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

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

 span { border-color: rgb(186,237,217); }

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