#73ABBC

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

Shades of Glacier #73ABBC

Tints of Glacier #73ABBC

Color information

#73ABBC (or 0x73ABBC) is unknown color: approx Glacier. HEX triplet: 73, AB and BC. RGB value is (115,171,188). Sum of RGB (Red+Green+Blue) = 115+171+188=474 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.26% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 188 (73.83% from 255 or 39.66% from 474); Max value from RGB is 188 - color contains mainly: blue. Hex color #73ABBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73ABBC is #8C5443. Grayscale: #9C9C9C. Windows color (decimal): -9196612 or 12364659. OLE color: 12364659.

HSL color Cylindrical-coordinate representation of color #73ABBC: hue angle of 193.97º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #73ABBC is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB115171188-
CMYK0.390.0900.26
HSL193.97º35.27%59.41%-
HSV(B)193.97º38.83%73.73%-
XYZ30.7136.452.98-
YUV156.19145.9598.62-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.26%
GREEN value IS 171 (67.19% from 255) = 36.08%
BLUE value IS 188 (73.83% from 255) = 39.66%
R=24.26%
G=36.08%
B=39.66%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1151711880.390.0900.26193.9735.2759.41
Hex73ABBC27901Ac2233b
Octal16325327447110323024373
Binary11100111010101110111100100111100101101011000010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73ABBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,171,188); }

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

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

 a { background-color: rgb(115,171,188); }

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

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

 span { border-color: rgb(115,171,188); }

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