#73ABC1

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

Shades of Glacier #73ABC1

Tints of Glacier #73ABC1

Color information

#73ABC1 (or 0x73ABC1) is unknown color: approx Glacier. HEX triplet: 73, AB and C1. RGB value is (115,171,193). Sum of RGB (Red+Green+Blue) = 115+171+193=479 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.01% from 479); Green value is 171 (67.19% from 255 or 35.70% from 479); Blue value is 193 (75.78% from 255 or 40.29% from 479); Max value from RGB is 193 - color contains mainly: blue. Hex color #73ABC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73ABC1 is #8C543E. Grayscale: #9C9C9C. Windows color (decimal): -9196607 or 12692339. OLE color: 12692339.

HSL color Cylindrical-coordinate representation of color #73ABC1: hue angle of 196.92º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #73ABC1 is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB115171193-
CMYK0.400.1100.24
HSL196.92º38.61%60.39%-
HSV(B)196.92º40.41%75.69%-
XYZ31.2636.6255.87-
YUV156.76148.4598.21-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.01%
GREEN value IS 171 (67.19% from 255) = 35.70%
BLUE value IS 193 (75.78% from 255) = 40.29%
R=24.01%
G=35.70%
B=40.29%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1151711930.400.1100.24196.9238.6160.39
Hex73ABC128B018c5273c
Octal16325330150130303054774
Binary11100111010101111000001101000101101100011000101100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73ABC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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