#73B2BD

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

Shades of Glacier #73B2BD

Tints of Glacier #73B2BD

Color information

#73B2BD (or 0x73B2BD) is unknown color: approx Glacier. HEX triplet: 73, B2 and BD. RGB value is (115,178,189). Sum of RGB (Red+Green+Blue) = 115+178+189=482 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.86% from 482); Green value is 178 (69.92% from 255 or 36.93% from 482); Blue value is 189 (74.22% from 255 or 39.21% from 482); Max value from RGB is 189 - color contains mainly: blue. Hex color #73B2BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73B2BD is #8C4D42. Grayscale: #A0A0A0. Windows color (decimal): -9194819 or 12431987. OLE color: 12431987.

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

Color convert

RGB115178189-
CMYK0.390.0600.26
HSL188.92º35.92%59.61%-
HSV(B)188.92º39.15%74.12%-
XYZ32.1839.1654.01-
YUV160.42144.1395.61-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.86%
GREEN value IS 178 (69.92% from 255) = 36.93%
BLUE value IS 189 (74.22% from 255) = 39.21%
R=23.86%
G=36.93%
B=39.21%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1151781890.390.0600.26188.9235.9259.61
Hex73B2BD27601Abd243c
Octal1632622754760322754474
Binary1110011101100101011110110011111001101010111101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73B2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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