#B9E4CD

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

Shades of Aero Blue #B9E4CD

Tints of Aero Blue #B9E4CD

Color information

#B9E4CD (or 0xB9E4CD) is unknown color: approx Aero Blue. HEX triplet: B9, E4 and CD. RGB value is (185,228,205). Sum of RGB (Red+Green+Blue) = 185+228+205=618 (81% of max value = 765). Red value is 185 (72.66% from 255 or 29.94% from 618); Green value is 228 (89.45% from 255 or 36.89% from 618); Blue value is 205 (80.47% from 255 or 33.17% from 618); Max value from RGB is 228 - color contains mainly: green. Hex color #B9E4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9E4CD is #461B32. Grayscale: #D4D4D4. Windows color (decimal): -4594483 or 13493433. OLE color: 13493433.

HSL color Cylindrical-coordinate representation of color #B9E4CD: hue angle of 147.91º degrees, saturation: 0.44, 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 #B9E4CD is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB185228205-
CMYK0.1900.100.11
HSL147.91º44.33%80.98%-
HSV(B)147.91º18.86%89.41%-
XYZ58.7770.2168.21-
YUV212.52123.75108.37-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.94%
GREEN value IS 228 (89.45% from 255) = 36.89%
BLUE value IS 205 (80.47% from 255) = 33.17%
R=29.94%
G=36.89%
B=33.17%

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
Decimal1852282050.1900.100.11147.9144.3380.98
HexB9E4CD130AB942c51
Octal271344315230121322454121
Binary10111001111001001100110110011010101011100101001011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9E4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9E4CD; }

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

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

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

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

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

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

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

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