#B8F8DA

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

Shades of Aero Blue #B8F8DA

Tints of Aero Blue #B8F8DA

Color information

#B8F8DA (or 0xB8F8DA) is unknown color: approx Aero Blue. HEX triplet: B8, F8 and DA. RGB value is (184,248,218). Sum of RGB (Red+Green+Blue) = 184+248+218=650 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.31% from 650); Green value is 248 (97.27% from 255 or 38.15% from 650); Blue value is 218 (85.55% from 255 or 33.54% from 650); Max value from RGB is 248 - color contains mainly: green. Hex color #B8F8DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8F8DA is #470725. Grayscale: #E1E1E1. Windows color (decimal): -4654886 or 14350520. OLE color: 14350520.

HSL color Cylindrical-coordinate representation of color #B8F8DA: hue angle of 151.88º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B8F8DA is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB184248218-
CMYK0.2600.120.03
HSL151.88º82.05%84.71%-
HSV(B)151.88º25.81%97.25%-
XYZ65.9982.3978.75-
YUV225.44123.898.44-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.31%
GREEN value IS 248 (97.27% from 255) = 38.15%
BLUE value IS 218 (85.55% from 255) = 33.54%
R=28.31%
G=38.15%
B=33.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1842482180.2600.120.03151.8882.0584.71
HexB8F8DA1A0C3985255
Octal270370332320143230122125
Binary1011100011111000110110101101001100111001100010100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8F8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8F8DA; }

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

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

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

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

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

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

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

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