#BAFFDA

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

Shades of Aero Blue #BAFFDA

Tints of Aero Blue #BAFFDA

Color information

#BAFFDA (or 0xBAFFDA) is unknown color: approx Aero Blue. HEX triplet: BA, FF and DA. RGB value is (186,255,218). Sum of RGB (Red+Green+Blue) = 186+255+218=659 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.22% from 659); Green value is 255 (100% from 255 or 38.69% from 659); Blue value is 218 (85.55% from 255 or 33.08% from 659); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFFDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFFDA is #450025. Grayscale: #E6E6E6. Windows color (decimal): -4522022 or 14352314. OLE color: 14352314.

HSL color Cylindrical-coordinate representation of color #BAFFDA: hue angle of 147.83º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAFFDA is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB186255218-
CMYK0.2700.150
HSL147.83º100%86.47%-
HSV(B)147.83º27.06%100%-
XYZ68.6687.0279.51-
YUV230.15121.1496.51-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.22%
GREEN value IS 255 (100% from 255) = 38.69%
BLUE value IS 218 (85.55% from 255) = 33.08%
R=28.22%
G=38.69%
B=33.08%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1862552180.2700.150147.8310086.47
HexBAFFDA1B0F0946456
Octal272377332330170224144126
Binary101110101111111111011010110110111101001010011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFFDA; }

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

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

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

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

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

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

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

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