#73A1B3

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

Shades of Bali Hai #73A1B3

Tints of Bali Hai #73A1B3

Color information

#73A1B3 (or 0x73A1B3) is unknown color: approx Bali Hai. HEX triplet: 73, A1 and B3. RGB value is (115,161,179). Sum of RGB (Red+Green+Blue) = 115+161+179=455 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.27% from 455); Green value is 161 (63.28% from 255 or 35.38% from 455); Blue value is 179 (70.31% from 255 or 39.34% from 455); Max value from RGB is 179 - color contains mainly: blue. Hex color #73A1B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A1B3 is #8C5E4C. Grayscale: #959595. Windows color (decimal): -9199181 or 11772275. OLE color: 11772275.

HSL color Cylindrical-coordinate representation of color #73A1B3: hue angle of 196.88º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #73A1B3 is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB115161179-
CMYK0.360.1000.30
HSL196.88º29.63%57.65%-
HSV(B)196.88º35.75%70.2%-
XYZ27.9532.3947.43-
YUV149.3144.76103.54-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.27%
GREEN value IS 161 (63.28% from 255) = 35.38%
BLUE value IS 179 (70.31% from 255) = 39.34%
R=25.27%
G=35.38%
B=39.34%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1151611790.360.1000.30196.8829.6357.65
Hex73A1B324A01Ec51e3a
Octal16324126344120363053672
Binary1110011101000011011001110010010100111101100010111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,161,179); }

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

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

 a { background-color: rgb(115,161,179); }

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

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

 span { border-color: rgb(115,161,179); }

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