#B7EBCC

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

Shades of Aero Blue #B7EBCC

Tints of Aero Blue #B7EBCC

Color information

#B7EBCC (or 0xB7EBCC) is unknown color: approx Aero Blue. HEX triplet: B7, EB and CC. RGB value is (183,235,204). Sum of RGB (Red+Green+Blue) = 183+235+204=622 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.42% from 622); Green value is 235 (92.19% from 255 or 37.78% from 622); Blue value is 204 (80.08% from 255 or 32.80% from 622); Max value from RGB is 235 - color contains mainly: green. Hex color #B7EBCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7EBCC is #481433. Grayscale: #D7D7D7. Windows color (decimal): -4723764 or 13429687. OLE color: 13429687.

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

Color convert

RGB183235204-
CMYK0.2200.130.08
HSL144.23º56.52%81.96%-
HSV(B)144.23º22.13%92.16%-
XYZ60.1473.8468.21-
YUV215.92121.27104.52-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.42%
GREEN value IS 235 (92.19% from 255) = 37.78%
BLUE value IS 204 (80.08% from 255) = 32.80%
R=29.42%
G=37.78%
B=32.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1832352040.2200.130.08144.2356.5281.96
HexB7EBCC160D8903952
Octal267353314260151022071122
Binary10110111111010111100110010110011011000100100001110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7EBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7EBCC; }

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

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

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

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

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

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

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

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