#73A5BE

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

Shades of Glacier #73A5BE

Tints of Glacier #73A5BE

Color information

#73A5BE (or 0x73A5BE) is unknown color: approx Glacier. HEX triplet: 73, A5 and BE. RGB value is (115,165,190). Sum of RGB (Red+Green+Blue) = 115+165+190=470 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.47% from 470); Green value is 165 (64.84% from 255 or 35.11% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 190 - color contains mainly: blue. Hex color #73A5BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A5BE is #8C5A41. Grayscale: #989898. Windows color (decimal): -9198146 or 12494195. OLE color: 12494195.

HSL color Cylindrical-coordinate representation of color #73A5BE: hue angle of 200º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #73A5BE is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB115165190-
CMYK0.390.1300.25
HSL200º36.59%59.8%-
HSV(B)200º39.47%74.51%-
XYZ29.8234.2753.76-
YUV152.9148.94100.97-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.47%
GREEN value IS 165 (64.84% from 255) = 35.11%
BLUE value IS 190 (74.61% from 255) = 40.43%
R=24.47%
G=35.11%
B=40.43%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1151651900.390.1300.2520036.5959.8
Hex73A5BE27D019c8253c
Octal16324527647150313104574
Binary11100111010010110111110100111110101100111001000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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