#73A4BA

Color #73A4BA Glacier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glacier #73A4BA

Tints of Glacier #73A4BA

Color information

#73A4BA (or 0x73A4BA) is unknown color: approx Glacier. HEX triplet: 73, A4 and BA. RGB value is (115,164,186). Sum of RGB (Red+Green+Blue) = 115+164+186=465 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.73% from 465); Green value is 164 (64.45% from 255 or 35.27% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #73A4BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A4BA is #8C5B45. Grayscale: #979797. Windows color (decimal): -9198406 or 12231795. OLE color: 12231795.

HSL color Cylindrical-coordinate representation of color #73A4BA: hue angle of 198.59º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #73A4BA is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB115164186-
CMYK0.380.1200.27
HSL198.59º33.97%59.02%-
HSV(B)198.59º38.17%72.94%-
XYZ29.2133.7451.43-
YUV151.86147.27101.71-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.73%
GREEN value IS 164 (64.45% from 255) = 35.27%
BLUE value IS 186 (73.05% from 255) = 40%
R=24.73%
G=35.27%
B=40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1151641860.380.1200.27198.5933.9759.02
Hex73A4BA26C01Bc7223b
Octal16324427246140333074273
Binary11100111010010010111010100110110001101111000111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73A4BA; }

 p { color: rgb(115,164,186); }

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

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

 a { background-color: rgb(115,164,186); }

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

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

 span { border-color: rgb(115,164,186); }

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