#73A7BD

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

Shades of Glacier #73A7BD

Tints of Glacier #73A7BD

Color information

#73A7BD (or 0x73A7BD) is unknown color: approx Glacier. HEX triplet: 73, A7 and BD. RGB value is (115,167,189). Sum of RGB (Red+Green+Blue) = 115+167+189=471 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.42% from 471); Green value is 167 (65.62% from 255 or 35.46% from 471); Blue value is 189 (74.22% from 255 or 40.13% from 471); Max value from RGB is 189 - color contains mainly: blue. Hex color #73A7BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A7BD is #8C5842. Grayscale: #999999. Windows color (decimal): -9197635 or 12429171. OLE color: 12429171.

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

Color convert

RGB115167189-
CMYK0.390.1200.26
HSL197.84º35.92%59.61%-
HSV(B)197.84º39.15%74.12%-
XYZ30.0734.9653.31-
YUV153.96147.77100.21-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.42%
GREEN value IS 167 (65.62% from 255) = 35.46%
BLUE value IS 189 (74.22% from 255) = 40.13%
R=24.42%
G=35.46%
B=40.13%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1151671890.390.1200.26197.8435.9259.61
Hex73A7BD27C01Ac6243c
Octal16324727547140323064474
Binary11100111010011110111101100111110001101011000110100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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