#73A8BE

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

Shades of Glacier #73A8BE

Tints of Glacier #73A8BE

Color information

#73A8BE (or 0x73A8BE) is unknown color: approx Glacier. HEX triplet: 73, A8 and BE. RGB value is (115,168,190). Sum of RGB (Red+Green+Blue) = 115+168+190=473 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.31% from 473); Green value is 168 (66.02% from 255 or 35.52% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 190 - color contains mainly: blue. Hex color #73A8BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A8BE is #8C5741. Grayscale: #9A9A9A. Windows color (decimal): -9197378 or 12494963. OLE color: 12494963.

HSL color Cylindrical-coordinate representation of color #73A8BE: hue angle of 197.6º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #73A8BE is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB115168190-
CMYK0.390.1200.25
HSL197.6º36.59%59.8%-
HSV(B)197.6º39.47%74.51%-
XYZ30.3735.3753.94-
YUV154.66147.9499.71-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.31%
GREEN value IS 168 (66.02% from 255) = 35.52%
BLUE value IS 190 (74.61% from 255) = 40.17%
R=24.31%
G=35.52%
B=40.17%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1151681900.390.1200.25197.636.5959.8
Hex73A8BE27C019c6253c
Octal16325027647140313064574
Binary11100111010100010111110100111110001100111000110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,168,190); }

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

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

 a { background-color: rgb(115,168,190); }

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

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

 span { border-color: rgb(115,168,190); }

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