#BAFDDB

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

Shades of Aero Blue #BAFDDB

Tints of Aero Blue #BAFDDB

Color information

#BAFDDB (or 0xBAFDDB) is unknown color: approx Aero Blue. HEX triplet: BA, FD and DB. RGB value is (186,253,219). Sum of RGB (Red+Green+Blue) = 186+253+219=658 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.27% from 658); Green value is 253 (99.22% from 255 or 38.45% from 658); Blue value is 219 (85.94% from 255 or 33.28% from 658); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFDDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFDDB is #450224. Grayscale: #E5E5E5. Windows color (decimal): -4522533 or 14417338. OLE color: 14417338.

HSL color Cylindrical-coordinate representation of color #BAFDDB: hue angle of 149.55º 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 #BAFDDB is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB186253219-
CMYK0.2600.130.01
HSL149.55º94.37%86.08%-
HSV(B)149.55º26.48%99.22%-
XYZ68.1685.879.99-
YUV229.09122.397.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.27%
GREEN value IS 253 (99.22% from 255) = 38.45%
BLUE value IS 219 (85.94% from 255) = 33.28%
R=28.27%
G=38.45%
B=33.28%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1862532190.2600.130.01149.5594.3786.08
HexBAFDDB1A0D1965e56
Octal272375333320151226136126
Binary101110101111110111011011110100110111001011010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFDDB; }

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

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

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

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

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

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

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

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