#B9EBCC

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

Shades of Aero Blue #B9EBCC

Tints of Aero Blue #B9EBCC

Color information

#B9EBCC (or 0xB9EBCC) is unknown color: approx Aero Blue. HEX triplet: B9, EB and CC. RGB value is (185,235,204). Sum of RGB (Red+Green+Blue) = 185+235+204=624 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.65% from 624); Green value is 235 (92.19% from 255 or 37.66% from 624); Blue value is 204 (80.08% from 255 or 32.69% from 624); Max value from RGB is 235 - color contains mainly: green. Hex color #B9EBCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EBCC is #461433. Grayscale: #D8D8D8. Windows color (decimal): -4592692 or 13429689. OLE color: 13429689.

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

Color convert

RGB185235204-
CMYK0.2100.130.08
HSL142.8º55.56%82.35%-
HSV(B)142.8º21.28%92.16%-
XYZ60.6274.0968.23-
YUV216.52120.94105.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.65%
GREEN value IS 235 (92.19% from 255) = 37.66%
BLUE value IS 204 (80.08% from 255) = 32.69%
R=29.65%
G=37.66%
B=32.69%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1852352040.2100.130.08142.855.5682.35
HexB9EBCC150D88f3852
Octal271353314250151021770122
Binary10111001111010111100110010101011011000100011111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9EBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9EBCC; }

 p { color: rgb(185,235,204); }

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

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

 a { background-color: rgb(185,235,204); }

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

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

 span { border-color: rgb(185,235,204); }

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