#B6EBD1

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

Shades of Aero Blue #B6EBD1

Tints of Aero Blue #B6EBD1

Color information

#B6EBD1 (or 0xB6EBD1) is unknown color: approx Aero Blue. HEX triplet: B6, EB and D1. RGB value is (182,235,209). Sum of RGB (Red+Green+Blue) = 182+235+209=626 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.07% from 626); Green value is 235 (92.19% from 255 or 37.54% from 626); Blue value is 209 (82.03% from 255 or 33.39% from 626); Max value from RGB is 235 - color contains mainly: green. Hex color #B6EBD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6EBD1 is #49142E. Grayscale: #D8D8D8. Windows color (decimal): -4789295 or 13757366. OLE color: 13757366.

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

Color convert

RGB182235209-
CMYK0.2300.110.08
HSL150.57º56.99%81.76%-
HSV(B)150.57º22.55%92.16%-
XYZ60.5173.9771.41-
YUV216.19123.94103.61-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.07%
GREEN value IS 235 (92.19% from 255) = 37.54%
BLUE value IS 209 (82.03% from 255) = 33.39%
R=29.07%
G=37.54%
B=33.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1822352090.2300.110.08150.5756.9981.76
HexB6EBD1170B8973952
Octal266353321270131022771122
Binary10110110111010111101000110111010111000100101111110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6EBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6EBD1; }

 p { color: rgb(182,235,209); }

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

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

 a { background-color: rgb(182,235,209); }

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

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

 span { border-color: rgb(182,235,209); }

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