#72A6BA

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

Shades of Glacier #72A6BA

Tints of Glacier #72A6BA

Color information

#72A6BA (or 0x72A6BA) is unknown color: approx Glacier. HEX triplet: 72, A6 and BA. RGB value is (114,166,186). Sum of RGB (Red+Green+Blue) = 114+166+186=466 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.46% from 466); Green value is 166 (65.23% from 255 or 35.62% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 186 - color contains mainly: blue. Hex color #72A6BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72A6BA is #8D5945. Grayscale: #989898. Windows color (decimal): -9263430 or 12232306. OLE color: 12232306.

HSL color Cylindrical-coordinate representation of color #72A6BA: hue angle of 196.67º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #72A6BA is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB114166186-
CMYK0.390.1100.27
HSL196.67º34.29%58.82%-
HSV(B)196.67º38.71%72.94%-
XYZ29.4434.451.54-
YUV152.73146.77100.37-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.46%
GREEN value IS 166 (65.23% from 255) = 35.62%
BLUE value IS 186 (73.05% from 255) = 39.91%
R=24.46%
G=35.62%
B=39.91%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1141661860.390.1100.27196.6734.2958.82
Hex72A6BA27B01Bc5223b
Octal16224627247130333054273
Binary11100101010011010111010100111101101101111000101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,166,186); }

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

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

 a { background-color: rgb(114,166,186); }

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

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

 span { border-color: rgb(114,166,186); }

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