#BAEED8

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

Shades of Aero Blue #BAEED8

Tints of Aero Blue #BAEED8

Color information

#BAEED8 (or 0xBAEED8) is unknown color: approx Aero Blue. HEX triplet: BA, EE and D8. RGB value is (186,238,216). Sum of RGB (Red+Green+Blue) = 186+238+216=640 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.06% from 640); Green value is 238 (93.36% from 255 or 37.19% from 640); Blue value is 216 (84.77% from 255 or 33.75% from 640); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEED8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEED8 is #451127. Grayscale: #DBDBDB. Windows color (decimal): -4526376 or 14216890. OLE color: 14216890.

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

Color convert

RGB186238216-
CMYK0.2200.090.07
HSL154.62º60.47%83.14%-
HSV(B)154.62º21.85%93.33%-
XYZ63.2276.5576.41-
YUV219.94125.77103.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.06%
GREEN value IS 238 (93.36% from 255) = 37.19%
BLUE value IS 216 (84.77% from 255) = 33.75%
R=29.06%
G=37.19%
B=33.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862382160.2200.090.07154.6260.4783.14
HexBAEED8160979b3c53
Octal27235633026011723374123
Binary1011101011101110110110001011001001111100110111111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEED8; }

 p { color: rgb(186,238,216); }

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

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

 a { background-color: rgb(186,238,216); }

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

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

 span { border-color: rgb(186,238,216); }

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