#BAEED3

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

Shades of Aero Blue #BAEED3

Tints of Aero Blue #BAEED3

Color information

#BAEED3 (or 0xBAEED3) is unknown color: approx Aero Blue. HEX triplet: BA, EE and D3. RGB value is (186,238,211). Sum of RGB (Red+Green+Blue) = 186+238+211=635 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.29% from 635); Green value is 238 (93.36% from 255 or 37.48% from 635); Blue value is 211 (82.81% from 255 or 33.23% from 635); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEED3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEED3 is #45112C. Grayscale: #DBDBDB. Windows color (decimal): -4526381 or 13889210. OLE color: 13889210.

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

Color convert

RGB186238211-
CMYK0.2200.110.07
HSL148.85º60.47%83.14%-
HSV(B)148.85º21.85%93.33%-
XYZ62.5876.2973.06-
YUV219.37123.27104.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.29%
GREEN value IS 238 (93.36% from 255) = 37.48%
BLUE value IS 211 (82.81% from 255) = 33.23%
R=29.29%
G=37.48%
B=33.23%

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
Decimal1862382110.2200.110.07148.8560.4783.14
HexBAEED3160B7953c53
Octal27235632326013722574123
Binary1011101011101110110100111011001011111100101011111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEED3; }

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

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

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

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

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

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

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

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