#73A6BA

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

Shades of Glacier #73A6BA

Tints of Glacier #73A6BA

Color information

#73A6BA (or 0x73A6BA) is unknown color: approx Glacier. HEX triplet: 73, A6 and BA. RGB value is (115,166,186). Sum of RGB (Red+Green+Blue) = 115+166+186=467 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.63% from 467); Green value is 166 (65.23% from 255 or 35.55% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 186 - color contains mainly: blue. Hex color #73A6BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A6BA is #8C5945. Grayscale: #989898. Windows color (decimal): -9197894 or 12232307. OLE color: 12232307.

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

Color convert

RGB115166186-
CMYK0.380.1100.27
HSL196.9º33.97%59.02%-
HSV(B)196.9º38.17%72.94%-
XYZ29.5734.4651.55-
YUV153.03146.6100.87-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.63%
GREEN value IS 166 (65.23% from 255) = 35.55%
BLUE value IS 186 (73.05% from 255) = 39.83%
R=24.63%
G=35.55%
B=39.83%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1151661860.380.1100.27196.933.9759.02
Hex73A6BA26B01Bc5223b
Octal16324627246130333054273
Binary11100111010011010111010100110101101101111000101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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