#73A5BC

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

Shades of Glacier #73A5BC

Tints of Glacier #73A5BC

Color information

#73A5BC (or 0x73A5BC) is unknown color: approx Glacier. HEX triplet: 73, A5 and BC. RGB value is (115,165,188). Sum of RGB (Red+Green+Blue) = 115+165+188=468 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.57% from 468); Green value is 165 (64.84% from 255 or 35.26% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 188 - color contains mainly: blue. Hex color #73A5BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A5BC is #8C5A43. Grayscale: #989898. Windows color (decimal): -9198148 or 12363123. OLE color: 12363123.

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

Color convert

RGB115165188-
CMYK0.390.1200.26
HSL198.9º35.27%59.41%-
HSV(B)198.9º38.83%73.73%-
XYZ29.634.1952.62-
YUV152.67147.94101.13-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.57%
GREEN value IS 165 (64.84% from 255) = 35.26%
BLUE value IS 188 (73.83% from 255) = 40.17%
R=24.57%
G=35.26%
B=40.17%

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
Decimal1151651880.390.1200.26198.935.2759.41
Hex73A5BC27C01Ac7233b
Octal16324527447140323074373
Binary11100111010010110111100100111110001101011000111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,165,188); }

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

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

 a { background-color: rgb(115,165,188); }

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

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

 span { border-color: rgb(115,165,188); }

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