#BAEDD4

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

Shades of Aero Blue #BAEDD4

Tints of Aero Blue #BAEDD4

Color information

#BAEDD4 (or 0xBAEDD4) is unknown color: approx Aero Blue. HEX triplet: BA, ED and D4. RGB value is (186,237,212). Sum of RGB (Red+Green+Blue) = 186+237+212=635 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.29% from 635); Green value is 237 (92.97% from 255 or 37.32% from 635); Blue value is 212 (83.20% from 255 or 33.39% from 635); Max value from RGB is 237 - color contains mainly: green. Hex color #BAEDD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEDD4 is #45122B. Grayscale: #DADADA. Windows color (decimal): -4526636 or 13954490. OLE color: 13954490.

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

Color convert

RGB186237212-
CMYK0.2200.110.07
HSL150.59º58.62%82.94%-
HSV(B)150.59º21.52%92.94%-
XYZ62.4275.7673.62-
YUV218.9124.1104.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.29%
GREEN value IS 237 (92.97% from 255) = 37.32%
BLUE value IS 212 (83.20% from 255) = 33.39%
R=29.29%
G=37.32%
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.07
SystemRedGreenBlueCMYKHSL
Decimal1862372120.2200.110.07150.5958.6282.94
HexBAEDD4160B7973b53
Octal27235532426013722773123
Binary1011101011101101110101001011001011111100101111110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEDD4; }

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

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

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

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

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

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

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

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