#B8F5D7

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

Shades of Aero Blue #B8F5D7

Tints of Aero Blue #B8F5D7

Color information

#B8F5D7 (or 0xB8F5D7) is unknown color: approx Aero Blue. HEX triplet: B8, F5 and D7. RGB value is (184,245,215). Sum of RGB (Red+Green+Blue) = 184+245+215=644 (85% of max value = 765). Red value is 184 (72.27% from 255 or 28.57% from 644); Green value is 245 (96.09% from 255 or 38.04% from 644); Blue value is 215 (84.38% from 255 or 33.39% from 644); Max value from RGB is 245 - color contains mainly: green. Hex color #B8F5D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8F5D7 is #470A28. Grayscale: #DFDFDF. Windows color (decimal): -4655657 or 14153144. OLE color: 14153144.

HSL color Cylindrical-coordinate representation of color #B8F5D7: hue angle of 150.49º degrees, saturation: 0.75, 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 #B8F5D7 is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.

Color convert

RGB184245215-
CMYK0.2500.120.04
HSL150.49º75.31%84.12%-
HSV(B)150.49º24.9%96.08%-
XYZ64.6980.476.4-
YUV223.34123.2999.94-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.57%
GREEN value IS 245 (96.09% from 255) = 38.04%
BLUE value IS 215 (84.38% from 255) = 33.39%
R=28.57%
G=38.04%
B=33.39%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1842452150.2500.120.04150.4975.3184.12
HexB8F5D7190C4964b54
Octal270365327310144226113124
Binary10111000111101011101011111001011001001001011010010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8F5D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8F5D7; }

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

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

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

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

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

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

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

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