#73A6C6

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

Shades of Glacier #73A6C6

Tints of Glacier #73A6C6

Color information

#73A6C6 (or 0x73A6C6) is unknown color: approx Glacier. HEX triplet: 73, A6 and C6. RGB value is (115,166,198). Sum of RGB (Red+Green+Blue) = 115+166+198=479 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.01% from 479); Green value is 166 (65.23% from 255 or 34.66% from 479); Blue value is 198 (77.73% from 255 or 41.34% from 479); Max value from RGB is 198 - color contains mainly: blue. Hex color #73A6C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A6C6 is #8C5939. Grayscale: #9A9A9A. Windows color (decimal): -9197882 or 13018739. OLE color: 13018739.

HSL color Cylindrical-coordinate representation of color #73A6C6: hue angle of 203.13º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #73A6C6 is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB115166198-
CMYK0.420.1600.22
HSL203.13º42.13%61.37%-
HSV(B)203.13º41.92%77.65%-
XYZ30.934.9958.55-
YUV154.4152.699.9-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.01%
GREEN value IS 166 (65.23% from 255) = 34.66%
BLUE value IS 198 (77.73% from 255) = 41.34%
R=24.01%
G=34.66%
B=41.34%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1151661980.420.1600.22203.1342.1361.37
Hex73A6C62A10016cb2a3d
Octal16324630652200263135275
Binary111001110100110110001101010101000001011011001011101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A6C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,166,198); }

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

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

 a { background-color: rgb(115,166,198); }

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

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

 span { border-color: rgb(115,166,198); }

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