#B6EDCB

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

Shades of Aero Blue #B6EDCB

Tints of Aero Blue #B6EDCB

Color information

#B6EDCB (or 0xB6EDCB) is unknown color: approx Aero Blue. HEX triplet: B6, ED and CB. RGB value is (182,237,203). Sum of RGB (Red+Green+Blue) = 182+237+203=622 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.26% from 622); Green value is 237 (92.97% from 255 or 38.10% from 622); Blue value is 203 (79.69% from 255 or 32.64% from 622); Max value from RGB is 237 - color contains mainly: green. Hex color #B6EDCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6EDCB is #491234. Grayscale: #D8D8D8. Windows color (decimal): -4788789 or 13364662. OLE color: 13364662.

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

Color convert

RGB182237203-
CMYK0.2300.140.07
HSL142.91º60.44%82.16%-
HSV(B)142.91º23.21%92.94%-
XYZ60.3674.8367.76-
YUV216.68120.28103.26-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.26%
GREEN value IS 237 (92.97% from 255) = 38.10%
BLUE value IS 203 (79.69% from 255) = 32.64%
R=29.26%
G=38.10%
B=32.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1822372030.2300.140.07142.9160.4482.16
HexB6EDCB170E78f3c52
Octal26635531327016721774122
Binary1011011011101101110010111011101110111100011111111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6EDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6EDCB; }

 p { color: rgb(182,237,203); }

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

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

 a { background-color: rgb(182,237,203); }

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

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

 span { border-color: rgb(182,237,203); }

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