#73ABBF

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

Shades of Glacier #73ABBF

Tints of Glacier #73ABBF

Color information

#73ABBF (or 0x73ABBF) is unknown color: approx Glacier. HEX triplet: 73, AB and BF. RGB value is (115,171,191). Sum of RGB (Red+Green+Blue) = 115+171+191=477 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.11% from 477); Green value is 171 (67.19% from 255 or 35.85% from 477); Blue value is 191 (75% from 255 or 40.04% from 477); Max value from RGB is 191 - color contains mainly: blue. Hex color #73ABBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73ABBF is #8C5440. Grayscale: #9C9C9C. Windows color (decimal): -9196609 or 12561267. OLE color: 12561267.

HSL color Cylindrical-coordinate representation of color #73ABBF: hue angle of 195.79º degrees, saturation: 0.37, 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 #73ABBF is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB115171191-
CMYK0.400.1000.25
HSL195.79º37.25%60%-
HSV(B)195.79º39.79%74.9%-
XYZ31.0436.5354.71-
YUV156.54147.4598.37-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.11%
GREEN value IS 171 (67.19% from 255) = 35.85%
BLUE value IS 191 (75% from 255) = 40.04%
R=24.11%
G=35.85%
B=40.04%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1151711910.400.1000.25195.7937.2560
Hex73ABBF28A019c4253c
Octal16325327750120313044574
Binary11100111010101110111111101000101001100111000100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73ABBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,171,191); }

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

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

 a { background-color: rgb(115,171,191); }

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

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

 span { border-color: rgb(115,171,191); }

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