#73A9BE

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

Shades of Glacier #73A9BE

Tints of Glacier #73A9BE

Color information

#73A9BE (or 0x73A9BE) is unknown color: approx Glacier. HEX triplet: 73, A9 and BE. RGB value is (115,169,190). Sum of RGB (Red+Green+Blue) = 115+169+190=474 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.26% from 474); Green value is 169 (66.41% from 255 or 35.65% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 190 - color contains mainly: blue. Hex color #73A9BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A9BE is #8C5641. Grayscale: #9B9B9B. Windows color (decimal): -9197122 or 12495219. OLE color: 12495219.

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

Color convert

RGB115169190-
CMYK0.390.1100.25
HSL196.8º36.59%59.8%-
HSV(B)196.8º39.47%74.51%-
XYZ30.5535.7454-
YUV155.25147.6199.29-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.26%
GREEN value IS 169 (66.41% from 255) = 35.65%
BLUE value IS 190 (74.61% from 255) = 40.08%
R=24.26%
G=35.65%
B=40.08%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1151691900.390.1100.25196.836.5959.8
Hex73A9BE27B019c5253c
Octal16325127647130313054574
Binary11100111010100110111110100111101101100111000101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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