#73ADBD

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

Shades of Glacier #73ADBD

Tints of Glacier #73ADBD

Color information

#73ADBD (or 0x73ADBD) is unknown color: approx Glacier. HEX triplet: 73, AD and BD. RGB value is (115,173,189). Sum of RGB (Red+Green+Blue) = 115+173+189=477 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.11% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 189 (74.22% from 255 or 39.62% from 477); Max value from RGB is 189 - color contains mainly: blue. Hex color #73ADBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73ADBD is #8C5242. Grayscale: #9D9D9D. Windows color (decimal): -9196099 or 12430707. OLE color: 12430707.

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

Color convert

RGB115173189-
CMYK0.390.0800.26
HSL192.97º35.92%59.61%-
HSV(B)192.97º39.15%74.12%-
XYZ31.237.2153.68-
YUV157.48145.7897.7-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.11%
GREEN value IS 173 (67.97% from 255) = 36.27%
BLUE value IS 189 (74.22% from 255) = 39.62%
R=24.11%
G=36.27%
B=39.62%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1151731890.390.0800.26192.9735.9259.61
Hex73ADBD27801Ac1243c
Octal16325527547100323014474
Binary11100111010110110111101100111100001101011000001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73ADBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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