#BAFDD8

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

Shades of Aero Blue #BAFDD8

Tints of Aero Blue #BAFDD8

Color information

#BAFDD8 (or 0xBAFDD8) is unknown color: approx Aero Blue. HEX triplet: BA, FD and D8. RGB value is (186,253,216). Sum of RGB (Red+Green+Blue) = 186+253+216=655 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.40% from 655); Green value is 253 (99.22% from 255 or 38.63% from 655); Blue value is 216 (84.77% from 255 or 32.98% from 655); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFDD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFDD8 is #450227. Grayscale: #E4E4E4. Windows color (decimal): -4522536 or 14220730. OLE color: 14220730.

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

Color convert

RGB186253216-
CMYK0.2600.150.01
HSL146.87º94.37%86.08%-
HSV(B)146.87º26.48%99.22%-
XYZ67.7785.6577.93-
YUV228.75120.897.51-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.40%
GREEN value IS 253 (99.22% from 255) = 38.63%
BLUE value IS 216 (84.77% from 255) = 32.98%
R=28.40%
G=38.63%
B=32.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1862532160.2600.150.01146.8794.3786.08
HexBAFDD81A0F1935e56
Octal272375330320171223136126
Binary101110101111110111011000110100111111001001110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFDD8; }

 p { color: rgb(186,253,216); }

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

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

 a { background-color: rgb(186,253,216); }

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

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

 span { border-color: rgb(186,253,216); }

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