#B9EECD

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

Shades of Aero Blue #B9EECD

Tints of Aero Blue #B9EECD

Color information

#B9EECD (or 0xB9EECD) is unknown color: approx Aero Blue. HEX triplet: B9, EE and CD. RGB value is (185,238,205). Sum of RGB (Red+Green+Blue) = 185+238+205=628 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.46% from 628); Green value is 238 (93.36% from 255 or 37.90% from 628); Blue value is 205 (80.47% from 255 or 32.64% from 628); Max value from RGB is 238 - color contains mainly: green. Hex color #B9EECD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EECD is #461132. Grayscale: #DADADA. Windows color (decimal): -4591923 or 13495993. OLE color: 13495993.

HSL color Cylindrical-coordinate representation of color #B9EECD: hue angle of 142.64º degrees, saturation: 0.61, 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 #B9EECD is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB185238205-
CMYK0.2200.140.07
HSL142.64º60.92%82.94%-
HSV(B)142.64º22.27%93.33%-
XYZ61.675.8769.16-
YUV218.39120.44104.18-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.46%
GREEN value IS 238 (93.36% from 255) = 37.90%
BLUE value IS 205 (80.47% from 255) = 32.64%
R=29.46%
G=37.90%
B=32.64%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1852382050.2200.140.07142.6460.9282.94
HexB9EECD160E78f3d53
Octal27135631526016721775123
Binary1011100111101110110011011011001110111100011111111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9EECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9EECD; }

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

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

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

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

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

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

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

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