#B6EBCB

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

Shades of Aero Blue #B6EBCB

Tints of Aero Blue #B6EBCB

Color information

#B6EBCB (or 0xB6EBCB) is unknown color: approx Aero Blue. HEX triplet: B6, EB and CB. RGB value is (182,235,203). Sum of RGB (Red+Green+Blue) = 182+235+203=620 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.35% from 620); Green value is 235 (92.19% from 255 or 37.90% from 620); Blue value is 203 (79.69% from 255 or 32.74% from 620); Max value from RGB is 235 - color contains mainly: green. Hex color #B6EBCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6EBCB is #491434. Grayscale: #D7D7D7. Windows color (decimal): -4789301 or 13364150. OLE color: 13364150.

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

Color convert

RGB182235203-
CMYK0.2300.140.08
HSL143.77º56.99%81.76%-
HSV(B)143.77º22.55%92.16%-
XYZ59.7873.6767.57-
YUV215.5120.94104.1-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.35%
GREEN value IS 235 (92.19% from 255) = 37.90%
BLUE value IS 203 (79.69% from 255) = 32.74%
R=29.35%
G=37.90%
B=32.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1822352030.2300.140.08143.7756.9981.76
HexB6EBCB170E8903952
Octal266353313270161022071122
Binary10110110111010111100101110111011101000100100001110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6EBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6EBCB; }

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

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

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

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

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

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

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

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