#BAF1D8

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

Shades of Aero Blue #BAF1D8

Tints of Aero Blue #BAF1D8

Color information

#BAF1D8 (or 0xBAF1D8) is unknown color: approx Aero Blue. HEX triplet: BA, F1 and D8. RGB value is (186,241,216). Sum of RGB (Red+Green+Blue) = 186+241+216=643 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.93% from 643); Green value is 241 (94.53% from 255 or 37.48% from 643); Blue value is 216 (84.77% from 255 or 33.59% from 643); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF1D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF1D8 is #450E27. Grayscale: #DDDDDD. Windows color (decimal): -4525608 or 14217658. OLE color: 14217658.

HSL color Cylindrical-coordinate representation of color #BAF1D8: hue angle of 152.73º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAF1D8 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB186241216-
CMYK0.2300.100.05
HSL152.73º66.27%83.73%-
HSV(B)152.73º22.82%94.51%-
XYZ64.178.3176.7-
YUV221.7124.78102.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.93%
GREEN value IS 241 (94.53% from 255) = 37.48%
BLUE value IS 216 (84.77% from 255) = 33.59%
R=28.93%
G=37.48%
B=33.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862412160.2300.100.05152.7366.2783.73
HexBAF1D8170A5994254
Octal272361330270125231102124
Binary10111010111100011101100010111010101011001100110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF1D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF1D8; }

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

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

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

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

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

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

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

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