#B9E3CD

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

Shades of Aero Blue #B9E3CD

Tints of Aero Blue #B9E3CD

Color information

#B9E3CD (or 0xB9E3CD) is unknown color: approx Aero Blue. HEX triplet: B9, E3 and CD. RGB value is (185,227,205). Sum of RGB (Red+Green+Blue) = 185+227+205=617 (81% of max value = 765). Red value is 185 (72.66% from 255 or 29.98% from 617); Green value is 227 (89.06% from 255 or 36.79% from 617); Blue value is 205 (80.47% from 255 or 33.23% from 617); Max value from RGB is 227 - color contains mainly: green. Hex color #B9E3CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9E3CD is #461C32. Grayscale: #D3D3D3. Windows color (decimal): -4594739 or 13493177. OLE color: 13493177.

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

Color convert

RGB185227205-
CMYK0.1900.100.11
HSL148.57º42.86%80.78%-
HSV(B)148.57º18.5%89.02%-
XYZ58.569.6668.12-
YUV211.93124.09108.79-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.98%
GREEN value IS 227 (89.06% from 255) = 36.79%
BLUE value IS 205 (80.47% from 255) = 33.23%
R=29.98%
G=36.79%
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
Decimal1852272050.1900.100.11148.5742.8680.78
HexB9E3CD130AB952b51
Octal271343315230121322553121
Binary10111001111000111100110110011010101011100101011010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9E3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9E3CD; }

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

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

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

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

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

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

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

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