#73BAC0

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

Shades of Glacier #73BAC0

Tints of Glacier #73BAC0

Color information

#73BAC0 (or 0x73BAC0) is unknown color: approx Glacier. HEX triplet: 73, BA and C0. RGB value is (115,186,192). Sum of RGB (Red+Green+Blue) = 115+186+192=493 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.33% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 192 (75.39% from 255 or 38.95% from 493); Max value from RGB is 192 - color contains mainly: blue. Hex color #73BAC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BAC0 is #8C453F. Grayscale: #A5A5A5. Windows color (decimal): -9192768 or 12630643. OLE color: 12630643.

HSL color Cylindrical-coordinate representation of color #73BAC0: hue angle of 184.68º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #73BAC0 is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB115186192-
CMYK0.400.0300.25
HSL184.68º37.93%60.2%-
HSV(B)184.68º40.1%75.29%-
XYZ34.1442.5756.29-
YUV165.46142.9892.01-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.33%
GREEN value IS 186 (73.05% from 255) = 37.73%
BLUE value IS 192 (75.39% from 255) = 38.95%
R=23.33%
G=37.73%
B=38.95%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1151861920.400.0300.25184.6837.9360.2
Hex73BAC0283019b9263c
Octal1632723005030312714674
Binary111001110111010110000001010001101100110111001100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,186,192); }

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

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

 a { background-color: rgb(115,186,192); }

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

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

 span { border-color: rgb(115,186,192); }

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