#BAF8DD

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

Shades of Aero Blue #BAF8DD

Tints of Aero Blue #BAF8DD

Color information

#BAF8DD (or 0xBAF8DD) is unknown color: approx Aero Blue. HEX triplet: BA, F8 and DD. RGB value is (186,248,221). Sum of RGB (Red+Green+Blue) = 186+248+221=655 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.40% from 655); Green value is 248 (97.27% from 255 or 37.86% from 655); Blue value is 221 (86.72% from 255 or 33.74% from 655); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF8DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF8DD is #450722. Grayscale: #E2E2E2. Windows color (decimal): -4523811 or 14547130. OLE color: 14547130.

HSL color Cylindrical-coordinate representation of color #BAF8DD: hue angle of 153.87º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAF8DD is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB186248221-
CMYK0.2500.110.03
HSL153.87º81.58%85.1%-
HSV(B)153.87º25%97.25%-
XYZ66.8782.7980.86-
YUV226.38124.9699.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.40%
GREEN value IS 248 (97.27% from 255) = 37.86%
BLUE value IS 221 (86.72% from 255) = 33.74%
R=28.40%
G=37.86%
B=33.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1862482210.2500.110.03153.8781.5885.1
HexBAF8DD190B39a5255
Octal272370335310133232122125
Binary1011101011111000110111011100101011111001101010100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF8DD; }

 p { color: rgb(186,248,221); }

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

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

 a { background-color: rgb(186,248,221); }

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

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

 span { border-color: rgb(186,248,221); }

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