#B7EBD0

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

Shades of Aero Blue #B7EBD0

Tints of Aero Blue #B7EBD0

Color information

#B7EBD0 (or 0xB7EBD0) is unknown color: approx Aero Blue. HEX triplet: B7, EB and D0. RGB value is (183,235,208). Sum of RGB (Red+Green+Blue) = 183+235+208=626 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.23% from 626); Green value is 235 (92.19% from 255 or 37.54% from 626); Blue value is 208 (81.64% from 255 or 33.23% from 626); Max value from RGB is 235 - color contains mainly: green. Hex color #B7EBD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7EBD0 is #48142F. Grayscale: #D8D8D8. Windows color (decimal): -4723760 or 13691831. OLE color: 13691831.

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

Color convert

RGB183235208-
CMYK0.2200.110.08
HSL148.85º56.52%81.96%-
HSV(B)148.85º22.13%92.16%-
XYZ60.6274.0470.77-
YUV216.37123.27104.2-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.23%
GREEN value IS 235 (92.19% from 255) = 37.54%
BLUE value IS 208 (81.64% from 255) = 33.23%
R=29.23%
G=37.54%
B=33.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1832352080.2200.110.08148.8556.5281.96
HexB7EBD0160B8953952
Octal267353320260131022571122
Binary10110111111010111101000010110010111000100101011110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7EBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7EBD0; }

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

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

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

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

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

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

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

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