#73ABB9

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

Shades of Glacier #73ABB9

Tints of Glacier #73ABB9

Color information

#73ABB9 (or 0x73ABB9) is unknown color: approx Glacier. HEX triplet: 73, AB and B9. RGB value is (115,171,185). Sum of RGB (Red+Green+Blue) = 115+171+185=471 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.42% from 471); Green value is 171 (67.19% from 255 or 36.31% from 471); Blue value is 185 (72.66% from 255 or 39.28% from 471); Max value from RGB is 185 - color contains mainly: blue. Hex color #73ABB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73ABB9 is #8C5446. Grayscale: #9B9B9B. Windows color (decimal): -9196615 or 12168051. OLE color: 12168051.

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

Color convert

RGB115171185-
CMYK0.380.0800.27
HSL192º33.33%58.82%-
HSV(B)192º37.84%72.55%-
XYZ30.3936.2751.3-
YUV155.85144.4598.86-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.42%
GREEN value IS 171 (67.19% from 255) = 36.31%
BLUE value IS 185 (72.66% from 255) = 39.28%
R=24.42%
G=36.31%
B=39.28%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1151711850.380.0800.2719233.3358.82
Hex73ABB926801Bc0213b
Octal16325327146100333004173
Binary11100111010101110111001100110100001101111000000100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73ABB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,171,185); }

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

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

 a { background-color: rgb(115,171,185); }

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

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

 span { border-color: rgb(115,171,185); }

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