#B7EED8

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

Shades of Aero Blue #B7EED8

Tints of Aero Blue #B7EED8

Color information

#B7EED8 (or 0xB7EED8) is unknown color: approx Aero Blue. HEX triplet: B7, EE and D8. RGB value is (183,238,216). Sum of RGB (Red+Green+Blue) = 183+238+216=637 (84% of max value = 765). Red value is 183 (71.88% from 255 or 28.73% from 637); Green value is 238 (93.36% from 255 or 37.36% from 637); Blue value is 216 (84.77% from 255 or 33.91% from 637); Max value from RGB is 238 - color contains mainly: green. Hex color #B7EED8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7EED8 is #481127. Grayscale: #DBDBDB. Windows color (decimal): -4722984 or 14216887. OLE color: 14216887.

HSL color Cylindrical-coordinate representation of color #B7EED8: hue angle of 156º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B7EED8 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB183238216-
CMYK0.2300.090.07
HSL156º61.8%82.55%-
HSV(B)156º23.11%93.33%-
XYZ62.576.1776.37-
YUV219.05126.28102.29-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 28.73%
GREEN value IS 238 (93.36% from 255) = 37.36%
BLUE value IS 216 (84.77% from 255) = 33.91%
R=28.73%
G=37.36%
B=33.91%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1832382160.2300.090.0715661.882.55
HexB7EED8170979c3e53
Octal26735633027011723476123
Binary1011011111101110110110001011101001111100111001111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7EED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7EED8; }

 p { color: rgb(183,238,216); }

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

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

 a { background-color: rgb(183,238,216); }

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

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

 span { border-color: rgb(183,238,216); }

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