#baf5d7

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

Shades of Aero Blue #BAF5D7

Tints of Aero Blue #BAF5D7

Color information

#BAF5D7 (or 0xBAF5D7) is unknown color: approx Aero Blue. HEX triplet: BA, F5 and D7. RGB value is (186,245,215). Sum of RGB (Red+Green+Blue) = 186+245+215=646 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.79% from 646); Green value is 245 (96.09% from 255 or 37.93% from 646); Blue value is 215 (84.38% from 255 or 33.28% from 646); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF5D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF5D7 is #450A28. Grayscale: #DFDFDF. Windows color (decimal): -4524585 or 14153146. OLE color: 14153146.

HSL color Cylindrical-coordinate representation of color #BAF5D7: hue angle of 149.49º degrees, saturation: 0.75, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAF5D7 is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.

Color convert

RGB186245215-
CMYK0.2400.120.04
HSL149.49º74.68%84.51%-
HSV(B)149.49º24.08%96.08%-
XYZ65.1780.6576.42-
YUV223.94122.95100.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.79%
GREEN value IS 245 (96.09% from 255) = 37.93%
BLUE value IS 215 (84.38% from 255) = 33.28%
R=28.79%
G=37.93%
B=33.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1862452150.2400.120.04149.4974.6884.51
HexBAF5D7180C4954b55
Octal272365327300144225113125
Binary10111010111101011101011111000011001001001010110010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #baf5d7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #baf5d7; }

 p { color: rgb(186,245,215); }

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

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

 a { background-color: rgb(186,245,215); }

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

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

 span { border-color: rgb(186,245,215); }

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