#B6EED0

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

Shades of Aero Blue #B6EED0

Tints of Aero Blue #B6EED0

Color information

#B6EED0 (or 0xB6EED0) is unknown color: approx Aero Blue. HEX triplet: B6, EE and D0. RGB value is (182,238,208). Sum of RGB (Red+Green+Blue) = 182+238+208=628 (83% of max value = 765). Red value is 182 (71.48% from 255 or 28.98% from 628); Green value is 238 (93.36% from 255 or 37.90% from 628); Blue value is 208 (81.64% from 255 or 33.12% from 628); Max value from RGB is 238 - color contains mainly: green. Hex color #B6EED0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6EED0 is #49112F. Grayscale: #D9D9D9. Windows color (decimal): -4788528 or 13692598. OLE color: 13692598.

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

Color convert

RGB182238208-
CMYK0.2400.130.07
HSL147.86º62.22%82.35%-
HSV(B)147.86º23.53%93.33%-
XYZ61.2575.6571.05-
YUV217.84122.45102.44-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.98%
GREEN value IS 238 (93.36% from 255) = 37.90%
BLUE value IS 208 (81.64% from 255) = 33.12%
R=28.98%
G=37.90%
B=33.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1822382080.2400.130.07147.8662.2282.35
HexB6EED0180D7943e52
Octal26635632030015722476122
Binary1011011011101110110100001100001101111100101001111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6EED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6EED0; }

 p { color: rgb(182,238,208); }

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

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

 a { background-color: rgb(182,238,208); }

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

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

 span { border-color: rgb(182,238,208); }

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