#B7EBD4

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

Shades of Aero Blue #B7EBD4

Tints of Aero Blue #B7EBD4

Color information

#B7EBD4 (or 0xB7EBD4) is unknown color: approx Aero Blue. HEX triplet: B7, EB and D4. RGB value is (183,235,212). Sum of RGB (Red+Green+Blue) = 183+235+212=630 (83% of max value = 765). Red value is 183 (71.88% from 255 or 29.05% from 630); Green value is 235 (92.19% from 255 or 37.30% from 630); Blue value is 212 (83.20% from 255 or 33.65% from 630); Max value from RGB is 235 - color contains mainly: green. Hex color #B7EBD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7EBD4 is #48142B. Grayscale: #D8D8D8. Windows color (decimal): -4723756 or 13953975. OLE color: 13953975.

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

Color convert

RGB183235212-
CMYK0.2200.100.08
HSL153.46º56.52%81.96%-
HSV(B)153.46º22.13%92.16%-
XYZ61.1274.2473.4-
YUV216.83125.27103.87-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.05%
GREEN value IS 235 (92.19% from 255) = 37.30%
BLUE value IS 212 (83.20% from 255) = 33.65%
R=29.05%
G=37.30%
B=33.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1832352120.2200.100.08153.4656.5281.96
HexB7EBD4160A8993952
Octal267353324260121023171122
Binary10110111111010111101010010110010101000100110011110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7EBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7EBD4; }

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

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

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

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

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

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

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

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