#BFF7DC

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

Shades of Aero Blue #BFF7DC

Tints of Aero Blue #BFF7DC

Color information

#BFF7DC (or 0xBFF7DC) is unknown color: approx Aero Blue. HEX triplet: BF, F7 and DC. RGB value is (191,247,220). Sum of RGB (Red+Green+Blue) = 191+247+220=658 (87% of max value = 765). Red value is 191 (75% from 255 or 29.03% from 658); Green value is 247 (96.88% from 255 or 37.54% from 658); Blue value is 220 (86.33% from 255 or 33.43% from 658); Max value from RGB is 247 - color contains mainly: green. Hex color #BFF7DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF7DC is #400823. Grayscale: #E3E3E3. Windows color (decimal): -4196388 or 14481343. OLE color: 14481343.

HSL color Cylindrical-coordinate representation of color #BFF7DC: hue angle of 151.07º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFF7DC is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB191247220-
CMYK0.2300.110.03
HSL151.07º77.78%85.88%-
HSV(B)151.07º22.67%96.86%-
XYZ67.6682.7780.12-
YUV227.18123.95102.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.03%
GREEN value IS 247 (96.88% from 255) = 37.54%
BLUE value IS 220 (86.33% from 255) = 33.43%
R=29.03%
G=37.54%
B=33.43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1912472200.2300.110.03151.0777.7885.88
HexBFF7DC170B3974e56
Octal277367334270133227116126
Binary1011111111110111110111001011101011111001011110011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF7DC; }

 p { color: rgb(191,247,220); }

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

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

 a { background-color: rgb(191,247,220); }

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

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

 span { border-color: rgb(191,247,220); }

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