#72ABBC

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

Shades of Glacier #72ABBC

Tints of Glacier #72ABBC

Color information

#72ABBC (or 0x72ABBC) is unknown color: approx Glacier. HEX triplet: 72, AB and BC. RGB value is (114,171,188). Sum of RGB (Red+Green+Blue) = 114+171+188=473 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.10% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 188 - color contains mainly: blue. Hex color #72ABBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72ABBC is #8D5443. Grayscale: #9B9B9B. Windows color (decimal): -9262148 or 12364658. OLE color: 12364658.

HSL color Cylindrical-coordinate representation of color #72ABBC: hue angle of 193.78º degrees, saturation: 0.36, 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 #72ABBC is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB114171188-
CMYK0.390.0900.26
HSL193.78º35.58%59.22%-
HSV(B)193.78º39.36%73.73%-
XYZ30.5836.3352.98-
YUV155.89146.1298.12-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.10%
GREEN value IS 171 (67.19% from 255) = 36.15%
BLUE value IS 188 (73.83% from 255) = 39.75%
R=24.10%
G=36.15%
B=39.75%

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
Decimal1141711880.390.0900.26193.7835.5859.22
Hex72ABBC27901Ac2243b
Octal16225327447110323024473
Binary11100101010101110111100100111100101101011000010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72ABBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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