#BAFEDD

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

Shades of Aero Blue #BAFEDD

Tints of Aero Blue #BAFEDD

Color information

#BAFEDD (or 0xBAFEDD) is unknown color: approx Aero Blue. HEX triplet: BA, FE and DD. RGB value is (186,254,221). Sum of RGB (Red+Green+Blue) = 186+254+221=661 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.14% from 661); Green value is 254 (99.61% from 255 or 38.43% from 661); Blue value is 221 (86.72% from 255 or 33.43% from 661); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFEDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFEDD is #450122. Grayscale: #E5E5E5. Windows color (decimal): -4522275 or 14548666. OLE color: 14548666.

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

Color convert

RGB186254221-
CMYK0.2700.130.00
HSL150.88º97.14%86.27%-
HSV(B)150.88º26.77%99.61%-
XYZ68.7486.5481.49-
YUV229.91122.9796.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.14%
GREEN value IS 254 (99.61% from 255) = 38.43%
BLUE value IS 221 (86.72% from 255) = 33.43%
R=28.14%
G=38.43%
B=33.43%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1862542210.2700.130.00150.8897.1486.27
HexBAFEDD1B0D0976156
Octal272376335330150227141126
Binary101110101111111011011101110110110101001011111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFEDD; }

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

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

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

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

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

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

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

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