#BAF0DA

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

Shades of Aero Blue #BAF0DA

Tints of Aero Blue #BAF0DA

Color information

#BAF0DA (or 0xBAF0DA) is unknown color: approx Aero Blue. HEX triplet: BA, F0 and DA. RGB value is (186,240,218). Sum of RGB (Red+Green+Blue) = 186+240+218=644 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.88% from 644); Green value is 240 (94.14% from 255 or 37.27% from 644); Blue value is 218 (85.55% from 255 or 33.85% from 644); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF0DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF0DA is #450F25. Grayscale: #DDDDDD. Windows color (decimal): -4525862 or 14348474. OLE color: 14348474.

HSL color Cylindrical-coordinate representation of color #BAF0DA: hue angle of 155.56º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAF0DA is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB186240218-
CMYK0.2200.090.06
HSL155.56º64.29%83.53%-
HSV(B)155.56º22.5%94.12%-
XYZ64.0677.8277.97-
YUV221.35126.11102.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.88%
GREEN value IS 240 (94.14% from 255) = 37.27%
BLUE value IS 218 (85.55% from 255) = 33.85%
R=28.88%
G=37.27%
B=33.85%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1862402180.2200.090.06155.5664.2983.53
HexBAF0DA160969c4054
Octal272360332260116234100124
Binary10111010111100001101101010110010011101001110010000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF0DA; }

 p { color: rgb(186,240,218); }

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

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

 a { background-color: rgb(186,240,218); }

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

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

 span { border-color: rgb(186,240,218); }

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