#B6EACD

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

Shades of Aero Blue #B6EACD

Tints of Aero Blue #B6EACD

Color information

#B6EACD (or 0xB6EACD) is unknown color: approx Aero Blue. HEX triplet: B6, EA and CD. RGB value is (182,234,205). Sum of RGB (Red+Green+Blue) = 182+234+205=621 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.31% from 621); Green value is 234 (91.80% from 255 or 37.68% from 621); Blue value is 205 (80.47% from 255 or 33.01% from 621); Max value from RGB is 234 - color contains mainly: green. Hex color #B6EACD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6EACD is #491532. Grayscale: #D7D7D7. Windows color (decimal): -4789555 or 13494966. OLE color: 13494966.

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

Color convert

RGB182234205-
CMYK0.2200.120.08
HSL146.54º55.32%81.57%-
HSV(B)146.54º22.22%91.76%-
XYZ59.7373.268.74-
YUV215.15122.27104.36-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.31%
GREEN value IS 234 (91.80% from 255) = 37.68%
BLUE value IS 205 (80.47% from 255) = 33.01%
R=29.31%
G=37.68%
B=33.01%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1822342050.2200.120.08146.5455.3281.57
HexB6EACD160C8933752
Octal266352315260141022367122
Binary10110110111010101100110110110011001000100100111101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6EACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6EACD; }

 p { color: rgb(182,234,205); }

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

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

 a { background-color: rgb(182,234,205); }

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

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

 span { border-color: rgb(182,234,205); }

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