#73AABE

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

Shades of Glacier #73AABE

Tints of Glacier #73AABE

Color information

#73AABE (or 0x73AABE) is unknown color: approx Glacier. HEX triplet: 73, AA and BE. RGB value is (115,170,190). Sum of RGB (Red+Green+Blue) = 115+170+190=475 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.21% from 475); Green value is 170 (66.80% from 255 or 35.79% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 190 - color contains mainly: blue. Hex color #73AABE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73AABE is #8C5541. Grayscale: #9B9B9B. Windows color (decimal): -9196866 or 12495475. OLE color: 12495475.

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

Color convert

RGB115170190-
CMYK0.390.1100.25
HSL196º36.59%59.8%-
HSV(B)196º39.47%74.51%-
XYZ30.7436.1154.07-
YUV155.83147.2898.87-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.21%
GREEN value IS 170 (66.80% from 255) = 35.79%
BLUE value IS 190 (74.61% from 255) = 40%
R=24.21%
G=35.79%
B=40%

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
Decimal1151701900.390.1100.2519636.5959.8
Hex73AABE27B019c4253c
Octal16325227647130313044574
Binary11100111010101010111110100111101101100111000100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73AABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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