#B8EFD1

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

Shades of Aero Blue #B8EFD1

Tints of Aero Blue #B8EFD1

Color information

#B8EFD1 (or 0xB8EFD1) is unknown color: approx Aero Blue. HEX triplet: B8, EF and D1. RGB value is (184,239,209). Sum of RGB (Red+Green+Blue) = 184+239+209=632 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.11% from 632); Green value is 239 (93.75% from 255 or 37.82% from 632); Blue value is 209 (82.03% from 255 or 33.07% from 632); Max value from RGB is 239 - color contains mainly: green. Hex color #B8EFD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8EFD1 is #47102E. Grayscale: #DBDBDB. Windows color (decimal): -4657199 or 13758392. OLE color: 13758392.

HSL color Cylindrical-coordinate representation of color #B8EFD1: hue angle of 147.27º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8EFD1 is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB184239209-
CMYK0.2300.130.06
HSL147.27º63.22%82.94%-
HSV(B)147.27º23.01%93.73%-
XYZ62.1476.5371.82-
YUV219.13122.28102.94-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.11%
GREEN value IS 239 (93.75% from 255) = 37.82%
BLUE value IS 209 (82.03% from 255) = 33.07%
R=29.11%
G=37.82%
B=33.07%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1842392090.2300.130.06147.2763.2282.94
HexB8EFD1170D6933f53
Octal27035732127015622377123
Binary1011100011101111110100011011101101110100100111111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8EFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8EFD1; }

 p { color: rgb(184,239,209); }

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

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

 a { background-color: rgb(184,239,209); }

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

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

 span { border-color: rgb(184,239,209); }

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