#73A3BD

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

Shades of Glacier #73A3BD

Tints of Glacier #73A3BD

Color information

#73A3BD (or 0x73A3BD) is unknown color: approx Glacier. HEX triplet: 73, A3 and BD. RGB value is (115,163,189). Sum of RGB (Red+Green+Blue) = 115+163+189=467 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.63% from 467); Green value is 163 (64.06% from 255 or 34.90% from 467); Blue value is 189 (74.22% from 255 or 40.47% from 467); Max value from RGB is 189 - color contains mainly: blue. Hex color #73A3BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A3BD is #8C5C42. Grayscale: #979797. Windows color (decimal): -9198659 or 12428147. OLE color: 12428147.

HSL color Cylindrical-coordinate representation of color #73A3BD: hue angle of 201.08º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #73A3BD is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB115163189-
CMYK0.390.1400.26
HSL201.08º35.92%59.61%-
HSV(B)201.08º39.15%74.12%-
XYZ29.3533.5153.07-
YUV151.61149.1101.89-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.63%
GREEN value IS 163 (64.06% from 255) = 34.90%
BLUE value IS 189 (74.22% from 255) = 40.47%
R=24.63%
G=34.90%
B=40.47%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1151631890.390.1400.26201.0835.9259.61
Hex73A3BD27E01Ac9243c
Octal16324327547160323114474
Binary11100111010001110111101100111111001101011001001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,163,189); }

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

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

 a { background-color: rgb(115,163,189); }

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

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

 span { border-color: rgb(115,163,189); }

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