#BAFDD4

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

Shades of Aero Blue #BAFDD4

Tints of Aero Blue #BAFDD4

Color information

#BAFDD4 (or 0xBAFDD4) is unknown color: approx Aero Blue. HEX triplet: BA, FD and D4. RGB value is (186,253,212). Sum of RGB (Red+Green+Blue) = 186+253+212=651 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.57% from 651); Green value is 253 (99.22% from 255 or 38.86% from 651); Blue value is 212 (83.20% from 255 or 32.57% from 651); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFDD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFDD4 is #45022B. Grayscale: #E4E4E4. Windows color (decimal): -4522540 or 13958586. OLE color: 13958586.

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

Color convert

RGB186253212-
CMYK0.2600.160.01
HSL143.28º94.37%86.08%-
HSV(B)143.28º26.48%99.22%-
XYZ67.2685.4475.23-
YUV228.29118.897.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.57%
GREEN value IS 253 (99.22% from 255) = 38.86%
BLUE value IS 212 (83.20% from 255) = 32.57%
R=28.57%
G=38.86%
B=32.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1862532120.2600.160.01143.2894.3786.08
HexBAFDD41A01018f5e56
Octal272375324320201217136126
Binary1011101011111101110101001101001000011000111110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFDD4; }

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

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

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

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

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

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

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

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