#73A5BA

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

Shades of Glacier #73A5BA

Tints of Glacier #73A5BA

Color information

#73A5BA (or 0x73A5BA) is unknown color: approx Glacier. HEX triplet: 73, A5 and BA. RGB value is (115,165,186). Sum of RGB (Red+Green+Blue) = 115+165+186=466 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.68% from 466); Green value is 165 (64.84% from 255 or 35.41% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 186 - color contains mainly: blue. Hex color #73A5BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A5BA is #8C5A45. Grayscale: #989898. Windows color (decimal): -9198150 or 12232051. OLE color: 12232051.

HSL color Cylindrical-coordinate representation of color #73A5BA: hue angle of 197.75º 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 #73A5BA is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB115165186-
CMYK0.380.1100.27
HSL197.75º33.97%59.02%-
HSV(B)197.75º38.17%72.94%-
XYZ29.3934.151.49-
YUV152.44146.94101.29-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.68%
GREEN value IS 165 (64.84% from 255) = 35.41%
BLUE value IS 186 (73.05% from 255) = 39.91%
R=24.68%
G=35.41%
B=39.91%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1151651860.380.1100.27197.7533.9759.02
Hex73A5BA26B01Bc6223b
Octal16324527246130333064273
Binary11100111010010110111010100110101101101111000110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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