#73AFBF

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

Shades of Glacier #73AFBF

Tints of Glacier #73AFBF

Color information

#73AFBF (or 0x73AFBF) is unknown color: approx Glacier. HEX triplet: 73, AF and BF. RGB value is (115,175,191). Sum of RGB (Red+Green+Blue) = 115+175+191=481 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.91% from 481); Green value is 175 (68.75% from 255 or 36.38% from 481); Blue value is 191 (75% from 255 or 39.71% from 481); Max value from RGB is 191 - color contains mainly: blue. Hex color #73AFBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73AFBF is #8C5040. Grayscale: #9E9E9E. Windows color (decimal): -9195585 or 12562291. OLE color: 12562291.

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

Color convert

RGB115175191-
CMYK0.400.0800.25
HSL192.63º37.25%60%-
HSV(B)192.63º39.79%74.9%-
XYZ31.838.0754.96-
YUV158.88146.1296.7-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.91%
GREEN value IS 175 (68.75% from 255) = 36.38%
BLUE value IS 191 (75% from 255) = 39.71%
R=23.91%
G=36.38%
B=39.71%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1151751910.400.0800.25192.6337.2560
Hex73AFBF288019c1253c
Octal16325727750100313014574
Binary11100111010111110111111101000100001100111000001100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73AFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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