#B8E4CD

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

Shades of Aero Blue #B8E4CD

Tints of Aero Blue #B8E4CD

Color information

#B8E4CD (or 0xB8E4CD) is unknown color: approx Aero Blue. HEX triplet: B8, E4 and CD. RGB value is (184,228,205). Sum of RGB (Red+Green+Blue) = 184+228+205=617 (81% of max value = 765). Red value is 184 (72.27% from 255 or 29.82% from 617); Green value is 228 (89.45% from 255 or 36.95% from 617); Blue value is 205 (80.47% from 255 or 33.23% from 617); Max value from RGB is 228 - color contains mainly: green. Hex color #B8E4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8E4CD is #471B32. Grayscale: #D4D4D4. Windows color (decimal): -4660019 or 13493432. OLE color: 13493432.

HSL color Cylindrical-coordinate representation of color #B8E4CD: hue angle of 148.64º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B8E4CD is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB184228205-
CMYK0.1900.100.11
HSL148.64º44.9%80.78%-
HSV(B)148.64º19.3%89.41%-
XYZ58.5370.0868.2-
YUV212.22123.92107.87-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.82%
GREEN value IS 228 (89.45% from 255) = 36.95%
BLUE value IS 205 (80.47% from 255) = 33.23%
R=29.82%
G=36.95%
B=33.23%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1842282050.1900.100.11148.6444.980.78
HexB8E4CD130AB952d51
Octal270344315230121322555121
Binary10111000111001001100110110011010101011100101011011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8E4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8E4CD; }

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

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

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

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

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

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

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

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