#73ADBB

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

Shades of Glacier #73ADBB

Tints of Glacier #73ADBB

Color information

#73ADBB (or 0x73ADBB) is unknown color: approx Glacier. HEX triplet: 73, AD and BB. RGB value is (115,173,187). Sum of RGB (Red+Green+Blue) = 115+173+187=475 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.21% from 475); Green value is 173 (67.97% from 255 or 36.42% from 475); Blue value is 187 (73.44% from 255 or 39.37% from 475); Max value from RGB is 187 - color contains mainly: blue. Hex color #73ADBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73ADBB is #8C5244. Grayscale: #9D9D9D. Windows color (decimal): -9196101 or 12299635. OLE color: 12299635.

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

Color convert

RGB115173187-
CMYK0.390.0700.27
HSL191.67º34.62%59.22%-
HSV(B)191.67º38.5%73.33%-
XYZ30.9837.1252.55-
YUV157.25144.7897.86-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.21%
GREEN value IS 173 (67.97% from 255) = 36.42%
BLUE value IS 187 (73.44% from 255) = 39.37%
R=24.21%
G=36.42%
B=39.37%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1151731870.390.0700.27191.6734.6259.22
Hex73ADBB27701Bc0233b
Octal1632552734770333004373
Binary1110011101011011011101110011111101101111000000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73ADBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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