#72A7C0

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

Shades of Glacier #72A7C0

Tints of Glacier #72A7C0

Color information

#72A7C0 (or 0x72A7C0) is unknown color: approx Glacier. HEX triplet: 72, A7 and C0. RGB value is (114,167,192). Sum of RGB (Red+Green+Blue) = 114+167+192=473 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.10% from 473); Green value is 167 (65.62% from 255 or 35.31% from 473); Blue value is 192 (75.39% from 255 or 40.59% from 473); Max value from RGB is 192 - color contains mainly: blue. Hex color #72A7C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72A7C0 is #8D583F. Grayscale: #999999. Windows color (decimal): -9263168 or 12625778. OLE color: 12625778.

HSL color Cylindrical-coordinate representation of color #72A7C0: hue angle of 199.23º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #72A7C0 is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB114167192-
CMYK0.410.1300.25
HSL199.23º38.24%60%-
HSV(B)199.23º40.62%75.29%-
XYZ30.2735.0255.03-
YUV154149.4499.47-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.10%
GREEN value IS 167 (65.62% from 255) = 35.31%
BLUE value IS 192 (75.39% from 255) = 40.59%
R=24.10%
G=35.31%
B=40.59%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1141671920.410.1300.25199.2338.2460
Hex72A7C029D019c7263c
Octal16224730051150313074674
Binary11100101010011111000000101001110101100111000111100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A7C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,167,192); }

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

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

 a { background-color: rgb(114,167,192); }

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

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

 span { border-color: rgb(114,167,192); }

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