#B7EBD6

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

Shades of Aero Blue #B7EBD6

Tints of Aero Blue #B7EBD6

Color information

#B7EBD6 (or 0xB7EBD6) is unknown color: approx Aero Blue. HEX triplet: B7, EB and D6. RGB value is (183,235,214). Sum of RGB (Red+Green+Blue) = 183+235+214=632 (83% of max value = 765). Red value is 183 (71.88% from 255 or 28.96% from 632); Green value is 235 (92.19% from 255 or 37.18% from 632); Blue value is 214 (83.98% from 255 or 33.86% from 632); Max value from RGB is 235 - color contains mainly: green. Hex color #B7EBD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7EBD6 is #481429. Grayscale: #D9D9D9. Windows color (decimal): -4723754 or 14085047. OLE color: 14085047.

HSL color Cylindrical-coordinate representation of color #B7EBD6: hue angle of 155.77º degrees, saturation: 0.57, 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 #B7EBD6 is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB183235214-
CMYK0.2200.090.08
HSL155.77º56.52%81.96%-
HSV(B)155.77º22.13%92.16%-
XYZ61.3774.3474.73-
YUV217.06126.27103.71-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 28.96%
GREEN value IS 235 (92.19% from 255) = 37.18%
BLUE value IS 214 (83.98% from 255) = 33.86%
R=28.96%
G=37.18%
B=33.86%

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
Decimal1832352140.2200.090.08155.7756.5281.96
HexB7EBD6160989c3952
Octal267353326260111023471122
Binary10110111111010111101011010110010011000100111001110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7EBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7EBD6; }

 p { color: rgb(183,235,214); }

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

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

 a { background-color: rgb(183,235,214); }

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

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

 span { border-color: rgb(183,235,214); }

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