#73ACBD

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

Shades of Glacier #73ACBD

Tints of Glacier #73ACBD

Color information

#73ACBD (or 0x73ACBD) is unknown color: approx Glacier. HEX triplet: 73, AC and BD. RGB value is (115,172,189). Sum of RGB (Red+Green+Blue) = 115+172+189=476 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.16% from 476); Green value is 172 (67.58% from 255 or 36.13% from 476); Blue value is 189 (74.22% from 255 or 39.71% from 476); Max value from RGB is 189 - color contains mainly: blue. Hex color #73ACBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73ACBD is #8C5342. Grayscale: #9C9C9C. Windows color (decimal): -9196355 or 12430451. OLE color: 12430451.

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

Color convert

RGB115172189-
CMYK0.390.0900.26
HSL193.78º35.92%59.61%-
HSV(B)193.78º39.15%74.12%-
XYZ31.0136.8253.62-
YUV156.89146.1298.12-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.16%
GREEN value IS 172 (67.58% from 255) = 36.13%
BLUE value IS 189 (74.22% from 255) = 39.71%
R=24.16%
G=36.13%
B=39.71%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1151721890.390.0900.26193.7835.9259.61
Hex73ACBD27901Ac2243c
Octal16325427547110323024474
Binary11100111010110010111101100111100101101011000010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73ACBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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