#B6EAD4

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

Shades of Aero Blue #B6EAD4

Tints of Aero Blue #B6EAD4

Color information

#B6EAD4 (or 0xB6EAD4) is unknown color: approx Aero Blue. HEX triplet: B6, EA and D4. RGB value is (182,234,212). Sum of RGB (Red+Green+Blue) = 182+234+212=628 (83% of max value = 765). Red value is 182 (71.48% from 255 or 28.98% from 628); Green value is 234 (91.80% from 255 or 37.26% from 628); Blue value is 212 (83.20% from 255 or 33.76% from 628); Max value from RGB is 234 - color contains mainly: green. Hex color #B6EAD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6EAD4 is #49152B. Grayscale: #D7D7D7. Windows color (decimal): -4789548 or 13953718. OLE color: 13953718.

HSL color Cylindrical-coordinate representation of color #B6EAD4: hue angle of 154.62º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B6EAD4 is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB182234212-
CMYK0.2200.090.08
HSL154.62º55.32%81.57%-
HSV(B)154.62º22.22%91.76%-
XYZ60.673.5473.29-
YUV215.94125.77103.79-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.98%
GREEN value IS 234 (91.80% from 255) = 37.26%
BLUE value IS 212 (83.20% from 255) = 33.76%
R=28.98%
G=37.26%
B=33.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1822342120.2200.090.08154.6255.3281.57
HexB6EAD4160989b3752
Octal266352324260111023367122
Binary10110110111010101101010010110010011000100110111101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6EAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6EAD4; }

 p { color: rgb(182,234,212); }

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

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

 a { background-color: rgb(182,234,212); }

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

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

 span { border-color: rgb(182,234,212); }

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