#B8EBCD

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

Shades of Aero Blue #B8EBCD

Tints of Aero Blue #B8EBCD

Color information

#B8EBCD (or 0xB8EBCD) is unknown color: approx Aero Blue. HEX triplet: B8, EB and CD. RGB value is (184,235,205). Sum of RGB (Red+Green+Blue) = 184+235+205=624 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.49% from 624); Green value is 235 (92.19% from 255 or 37.66% from 624); Blue value is 205 (80.47% from 255 or 32.85% from 624); Max value from RGB is 235 - color contains mainly: green. Hex color #B8EBCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8EBCD is #471432. Grayscale: #D8D8D8. Windows color (decimal): -4658227 or 13495224. OLE color: 13495224.

HSL color Cylindrical-coordinate representation of color #B8EBCD: hue angle of 144.71º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8EBCD is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB184235205-
CMYK0.2200.130.08
HSL144.71º56.04%82.16%-
HSV(B)144.71º21.7%92.16%-
XYZ60.4974.0168.86-
YUV216.33121.6104.94-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.49%
GREEN value IS 235 (92.19% from 255) = 37.66%
BLUE value IS 205 (80.47% from 255) = 32.85%
R=29.49%
G=37.66%
B=32.85%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1842352050.2200.130.08144.7156.0482.16
HexB8EBCD160D8913852
Octal270353315260151022170122
Binary10111000111010111100110110110011011000100100011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8EBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8EBCD; }

 p { color: rgb(184,235,205); }

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

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

 a { background-color: rgb(184,235,205); }

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

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

 span { border-color: rgb(184,235,205); }

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