#B6EED7

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

Shades of Aero Blue #B6EED7

Tints of Aero Blue #B6EED7

Color information

#B6EED7 (or 0xB6EED7) is unknown color: approx Aero Blue. HEX triplet: B6, EE and D7. RGB value is (182,238,215). Sum of RGB (Red+Green+Blue) = 182+238+215=635 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.66% from 635); Green value is 238 (93.36% from 255 or 37.48% from 635); Blue value is 215 (84.38% from 255 or 33.86% from 635); Max value from RGB is 238 - color contains mainly: green. Hex color #B6EED7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6EED7 is #491128. Grayscale: #DADADA. Windows color (decimal): -4788521 or 14151350. OLE color: 14151350.

HSL color Cylindrical-coordinate representation of color #B6EED7: hue angle of 155.36º 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 #B6EED7 is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB182238215-
CMYK0.2400.100.07
HSL155.36º62.22%82.35%-
HSV(B)155.36º23.53%93.33%-
XYZ62.137675.68-
YUV218.63125.95101.87-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.66%
GREEN value IS 238 (93.36% from 255) = 37.48%
BLUE value IS 215 (84.38% from 255) = 33.86%
R=28.66%
G=37.48%
B=33.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1822382150.2400.100.07155.3662.2282.35
HexB6EED7180A79b3e52
Octal26635632730012723376122
Binary1011011011101110110101111100001010111100110111111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6EED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6EED7; }

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

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

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

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

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

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

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

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