#B9ECCD

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

Shades of Aero Blue #B9ECCD

Tints of Aero Blue #B9ECCD

Color information

#B9ECCD (or 0xB9ECCD) is unknown color: approx Aero Blue. HEX triplet: B9, EC and CD. RGB value is (185,236,205). Sum of RGB (Red+Green+Blue) = 185+236+205=626 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.55% from 626); Green value is 236 (92.58% from 255 or 37.70% from 626); Blue value is 205 (80.47% from 255 or 32.75% from 626); Max value from RGB is 236 - color contains mainly: green. Hex color #B9ECCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9ECCD is #461332. Grayscale: #D9D9D9. Windows color (decimal): -4592435 or 13495481. OLE color: 13495481.

HSL color Cylindrical-coordinate representation of color #B9ECCD: hue angle of 143.53º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9ECCD is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB185236205-
CMYK0.2200.130.07
HSL143.53º57.3%82.55%-
HSV(B)143.53º21.61%92.55%-
XYZ61.0274.7168.96-
YUV217.22121.1105.02-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.55%
GREEN value IS 236 (92.58% from 255) = 37.70%
BLUE value IS 205 (80.47% from 255) = 32.75%
R=29.55%
G=37.70%
B=32.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1852362050.2200.130.07143.5357.382.55
HexB9ECCD160D7903953
Octal27135431526015722071123
Binary1011100111101100110011011011001101111100100001110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ECCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ECCD; }

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

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

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

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

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

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

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

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