#BAEFD1

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

Shades of Aero Blue #BAEFD1

Tints of Aero Blue #BAEFD1

Color information

#BAEFD1 (or 0xBAEFD1) is unknown color: approx Aero Blue. HEX triplet: BA, EF and D1. RGB value is (186,239,209). Sum of RGB (Red+Green+Blue) = 186+239+209=634 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.34% from 634); Green value is 239 (93.75% from 255 or 37.70% from 634); Blue value is 209 (82.03% from 255 or 32.97% from 634); Max value from RGB is 239 - color contains mainly: green. Hex color #BAEFD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEFD1 is #45102E. Grayscale: #DBDBDB. Windows color (decimal): -4526127 or 13758394. OLE color: 13758394.

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

Color convert

RGB186239209-
CMYK0.2200.130.06
HSL146.04º62.35%83.33%-
HSV(B)146.04º22.18%93.73%-
XYZ62.6276.7871.84-
YUV219.73121.94103.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.34%
GREEN value IS 239 (93.75% from 255) = 37.70%
BLUE value IS 209 (82.03% from 255) = 32.97%
R=29.34%
G=37.70%
B=32.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1862392090.2200.130.06146.0462.3583.33
HexBAEFD1160D6923e53
Octal27235732126015622276123
Binary1011101011101111110100011011001101110100100101111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEFD1; }

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

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

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

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

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

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

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

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