#73A8BD

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

Shades of Glacier #73A8BD

Tints of Glacier #73A8BD

Color information

#73A8BD (or 0x73A8BD) is unknown color: approx Glacier. HEX triplet: 73, A8 and BD. RGB value is (115,168,189). Sum of RGB (Red+Green+Blue) = 115+168+189=472 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.36% from 472); Green value is 168 (66.02% from 255 or 35.59% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 189 - color contains mainly: blue. Hex color #73A8BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A8BD is #8C5742. Grayscale: #9A9A9A. Windows color (decimal): -9197379 or 12429427. OLE color: 12429427.

HSL color Cylindrical-coordinate representation of color #73A8BD: hue angle of 197.03º 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 #73A8BD is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB115168189-
CMYK0.390.1100.26
HSL197.03º35.92%59.61%-
HSV(B)197.03º39.15%74.12%-
XYZ30.2635.3253.37-
YUV154.55147.4499.79-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.36%
GREEN value IS 168 (66.02% from 255) = 35.59%
BLUE value IS 189 (74.22% from 255) = 40.04%
R=24.36%
G=35.59%
B=40.04%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1151681890.390.1100.26197.0335.9259.61
Hex73A8BD27B01Ac5243c
Octal16325027547130323054474
Binary11100111010100010111101100111101101101011000101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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