#B8F6DA

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

Shades of Aero Blue #B8F6DA

Tints of Aero Blue #B8F6DA

Color information

#B8F6DA (or 0xB8F6DA) is unknown color: approx Aero Blue. HEX triplet: B8, F6 and DA. RGB value is (184,246,218). Sum of RGB (Red+Green+Blue) = 184+246+218=648 (85% of max value = 765). Red value is 184 (72.27% from 255 or 28.40% from 648); Green value is 246 (96.48% from 255 or 37.96% from 648); Blue value is 218 (85.55% from 255 or 33.64% from 648); Max value from RGB is 246 - color contains mainly: green. Hex color #B8F6DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8F6DA is #470925. Grayscale: #E0E0E0. Windows color (decimal): -4655398 or 14350008. OLE color: 14350008.

HSL color Cylindrical-coordinate representation of color #B8F6DA: hue angle of 152.9º degrees, saturation: 0.77, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B8F6DA is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB184246218-
CMYK0.2500.110.04
HSL152.9º77.5%84.31%-
HSV(B)152.9º25.2%96.47%-
XYZ65.3881.1678.55-
YUV224.27124.4699.28-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.40%
GREEN value IS 246 (96.48% from 255) = 37.96%
BLUE value IS 218 (85.55% from 255) = 33.64%
R=28.40%
G=37.96%
B=33.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1842462180.2500.110.04152.977.584.31
HexB8F6DA190B4994e54
Octal270366332310134231116124
Binary10111000111101101101101011001010111001001100110011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8F6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8F6DA; }

 p { color: rgb(184,246,218); }

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

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

 a { background-color: rgb(184,246,218); }

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

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

 span { border-color: rgb(184,246,218); }

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