#72A7BE

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

Shades of Glacier #72A7BE

Tints of Glacier #72A7BE

Color information

#72A7BE (or 0x72A7BE) is unknown color: approx Glacier. HEX triplet: 72, A7 and BE. RGB value is (114,167,190). Sum of RGB (Red+Green+Blue) = 114+167+190=471 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.20% from 471); Green value is 167 (65.62% from 255 or 35.46% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 190 - color contains mainly: blue. Hex color #72A7BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72A7BE is #8D5841. Grayscale: #999999. Windows color (decimal): -9263170 or 12494706. OLE color: 12494706.

HSL color Cylindrical-coordinate representation of color #72A7BE: hue angle of 198.16º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #72A7BE is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB114167190-
CMYK0.400.1200.25
HSL198.16º36.89%59.61%-
HSV(B)198.16º40%74.51%-
XYZ30.0534.9353.87-
YUV153.78148.4499.63-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.20%
GREEN value IS 167 (65.62% from 255) = 35.46%
BLUE value IS 190 (74.61% from 255) = 40.34%
R=24.20%
G=35.46%
B=40.34%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1141671900.400.1200.25198.1636.8959.61
Hex72A7BE28C019c6253c
Octal16224727650140313064574
Binary11100101010011110111110101000110001100111000110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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