#BAF1CF

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

Shades of Aero Blue #BAF1CF

Tints of Aero Blue #BAF1CF

Color information

#BAF1CF (or 0xBAF1CF) is unknown color: approx Aero Blue. HEX triplet: BA, F1 and CF. RGB value is (186,241,207). Sum of RGB (Red+Green+Blue) = 186+241+207=634 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.34% from 634); Green value is 241 (94.53% from 255 or 38.01% from 634); Blue value is 207 (81.25% from 255 or 32.65% from 634); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF1CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF1CF is #450E30. Grayscale: #DCDCDC. Windows color (decimal): -4525617 or 13627834. OLE color: 13627834.

HSL color Cylindrical-coordinate representation of color #BAF1CF: hue angle of 142.91º 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 #BAF1CF is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB186241207-
CMYK0.2300.140.05
HSL142.91º66.27%83.73%-
HSV(B)142.91º22.82%94.51%-
XYZ62.9777.8570.74-
YUV220.68120.28103.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.34%
GREEN value IS 241 (94.53% from 255) = 38.01%
BLUE value IS 207 (81.25% from 255) = 32.65%
R=29.34%
G=38.01%
B=32.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862412070.2300.140.05142.9166.2783.73
HexBAF1CF170E58f4254
Octal272361317270165217102124
Binary10111010111100011100111110111011101011000111110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF1CF; }

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

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

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

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

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

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

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

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