#B6EBCE

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

Shades of Aero Blue #B6EBCE

Tints of Aero Blue #B6EBCE

Color information

#B6EBCE (or 0xB6EBCE) is unknown color: approx Aero Blue. HEX triplet: B6, EB and CE. RGB value is (182,235,206). Sum of RGB (Red+Green+Blue) = 182+235+206=623 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.21% from 623); Green value is 235 (92.19% from 255 or 37.72% from 623); Blue value is 206 (80.86% from 255 or 33.07% from 623); Max value from RGB is 235 - color contains mainly: green. Hex color #B6EBCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6EBCE is #491431. Grayscale: #D7D7D7. Windows color (decimal): -4789298 or 13560758. OLE color: 13560758.

HSL color Cylindrical-coordinate representation of color #B6EBCE: hue angle of 147.17º 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 #B6EBCE is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB182235206-
CMYK0.2300.120.08
HSL147.17º56.99%81.76%-
HSV(B)147.17º22.55%92.16%-
XYZ60.1473.8269.47-
YUV215.85122.44103.86-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.21%
GREEN value IS 235 (92.19% from 255) = 37.72%
BLUE value IS 206 (80.86% from 255) = 33.07%
R=29.21%
G=37.72%
B=33.07%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1822352060.2300.120.08147.1756.9981.76
HexB6EBCE170C8933952
Octal266353316270141022371122
Binary10110110111010111100111010111011001000100100111110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6EBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6EBCE; }

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

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

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

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

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

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

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

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