#73A4BD

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

Shades of Glacier #73A4BD

Tints of Glacier #73A4BD

Color information

#73A4BD (or 0x73A4BD) is unknown color: approx Glacier. HEX triplet: 73, A4 and BD. RGB value is (115,164,189). Sum of RGB (Red+Green+Blue) = 115+164+189=468 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.57% from 468); Green value is 164 (64.45% from 255 or 35.04% from 468); Blue value is 189 (74.22% from 255 or 40.38% from 468); Max value from RGB is 189 - color contains mainly: blue. Hex color #73A4BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A4BD is #8C5B42. Grayscale: #989898. Windows color (decimal): -9198403 or 12428403. OLE color: 12428403.

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

Color convert

RGB115164189-
CMYK0.390.1300.26
HSL200.27º35.92%59.61%-
HSV(B)200.27º39.15%74.12%-
XYZ29.5333.8753.13-
YUV152.2148.77101.47-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.57%
GREEN value IS 164 (64.45% from 255) = 35.04%
BLUE value IS 189 (74.22% from 255) = 40.38%
R=24.57%
G=35.04%
B=40.38%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1151641890.390.1300.26200.2735.9259.61
Hex73A4BD27D01Ac8243c
Octal16324427547150323104474
Binary11100111010010010111101100111110101101011001000100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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