#73AABA

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

Shades of Glacier #73AABA

Tints of Glacier #73AABA

Color information

#73AABA (or 0x73AABA) is unknown color: approx Glacier. HEX triplet: 73, AA and BA. RGB value is (115,170,186). Sum of RGB (Red+Green+Blue) = 115+170+186=471 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.42% from 471); Green value is 170 (66.80% from 255 or 36.09% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 186 - color contains mainly: blue. Hex color #73AABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73AABA is #8C5545. Grayscale: #9B9B9B. Windows color (decimal): -9196870 or 12233331. OLE color: 12233331.

HSL color Cylindrical-coordinate representation of color #73AABA: hue angle of 193.52º degrees, saturation: 0.34, 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 #73AABA is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB115170186-
CMYK0.380.0900.27
HSL193.52º33.97%59.02%-
HSV(B)193.52º38.17%72.94%-
XYZ30.3135.9451.79-
YUV155.38145.2899.2-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.42%
GREEN value IS 170 (66.80% from 255) = 36.09%
BLUE value IS 186 (73.05% from 255) = 39.49%
R=24.42%
G=36.09%
B=39.49%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1151701860.380.0900.27193.5233.9759.02
Hex73AABA26901Bc2223b
Octal16325227246110333024273
Binary11100111010101010111010100110100101101111000010100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73AABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,170,186); }

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

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

 a { background-color: rgb(115,170,186); }

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

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

 span { border-color: rgb(115,170,186); }

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