#B6EBCA

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

Shades of Aero Blue #B6EBCA

Tints of Aero Blue #B6EBCA

Color information

#B6EBCA (or 0xB6EBCA) is unknown color: approx Aero Blue. HEX triplet: B6, EB and CA. RGB value is (182,235,202). Sum of RGB (Red+Green+Blue) = 182+235+202=619 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.40% from 619); Green value is 235 (92.19% from 255 or 37.96% from 619); Blue value is 202 (79.30% from 255 or 32.63% from 619); Max value from RGB is 235 - color contains mainly: green. Hex color #B6EBCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6EBCA is #491435. Grayscale: #D7D7D7. Windows color (decimal): -4789302 or 13298614. OLE color: 13298614.

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

Color convert

RGB182235202-
CMYK0.2300.140.08
HSL142.64º56.99%81.76%-
HSV(B)142.64º22.55%92.16%-
XYZ59.6673.6366.94-
YUV215.39120.44104.18-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.40%
GREEN value IS 235 (92.19% from 255) = 37.96%
BLUE value IS 202 (79.30% from 255) = 32.63%
R=29.40%
G=37.96%
B=32.63%

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
Decimal1822352020.2300.140.08142.6456.9981.76
HexB6EBCA170E88f3952
Octal266353312270161021771122
Binary10110110111010111100101010111011101000100011111110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6EBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6EBCA; }

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

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

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

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

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

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

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

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