#B7EDD5

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

Shades of Aero Blue #B7EDD5

Tints of Aero Blue #B7EDD5

Color information

#B7EDD5 (or 0xB7EDD5) is unknown color: approx Aero Blue. HEX triplet: B7, ED and D5. RGB value is (183,237,213). Sum of RGB (Red+Green+Blue) = 183+237+213=633 (83% of max value = 765). Red value is 183 (71.88% from 255 or 28.91% from 633); Green value is 237 (92.97% from 255 or 37.44% from 633); Blue value is 213 (83.59% from 255 or 33.65% from 633); Max value from RGB is 237 - color contains mainly: green. Hex color #B7EDD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7EDD5 is #48122A. Grayscale: #DADADA. Windows color (decimal): -4723243 or 14020023. OLE color: 14020023.

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

Color convert

RGB183237213-
CMYK0.2300.100.07
HSL153.33º60%82.35%-
HSV(B)153.33º22.78%92.94%-
XYZ61.8275.4474.25-
YUV218.12125.11102.95-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 28.91%
GREEN value IS 237 (92.97% from 255) = 37.44%
BLUE value IS 213 (83.59% from 255) = 33.65%
R=28.91%
G=37.44%
B=33.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1832372130.2300.100.07153.336082.35
HexB7EDD5170A7993c52
Octal26735532527012723174122
Binary1011011111101101110101011011101010111100110011111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7EDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7EDD5; }

 p { color: rgb(183,237,213); }

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

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

 a { background-color: rgb(183,237,213); }

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

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

 span { border-color: rgb(183,237,213); }

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