#73AFB9

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

Shades of Glacier #73AFB9

Tints of Glacier #73AFB9

Color information

#73AFB9 (or 0x73AFB9) is unknown color: approx Glacier. HEX triplet: 73, AF and B9. RGB value is (115,175,185). Sum of RGB (Red+Green+Blue) = 115+175+185=475 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.21% from 475); Green value is 175 (68.75% from 255 or 36.84% from 475); Blue value is 185 (72.66% from 255 or 38.95% from 475); Max value from RGB is 185 - color contains mainly: blue. Hex color #73AFB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73AFB9 is #8C5046. Grayscale: #9E9E9E. Windows color (decimal): -9195591 or 12169075. OLE color: 12169075.

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

Color convert

RGB115175185-
CMYK0.380.0500.27
HSL188.57º33.33%58.82%-
HSV(B)188.57º37.84%72.55%-
XYZ31.1637.8151.55-
YUV158.2143.1297.19-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.21%
GREEN value IS 175 (68.75% from 255) = 36.84%
BLUE value IS 185 (72.66% from 255) = 38.95%
R=24.21%
G=36.84%
B=38.95%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1151751850.380.0500.27188.5733.3358.82
Hex73AFB926501Bbd213b
Octal1632572714650332754173
Binary1110011101011111011100110011010101101110111101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73AFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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