#72B3BF

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

Shades of Glacier #72B3BF

Tints of Glacier #72B3BF

Color information

#72B3BF (or 0x72B3BF) is unknown color: approx Glacier. HEX triplet: 72, B3 and BF. RGB value is (114,179,191). Sum of RGB (Red+Green+Blue) = 114+179+191=484 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.55% from 484); Green value is 179 (70.31% from 255 or 36.98% from 484); Blue value is 191 (75% from 255 or 39.46% from 484); Max value from RGB is 191 - color contains mainly: blue. Hex color #72B3BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72B3BF is #8D4C40. Grayscale: #A0A0A0. Windows color (decimal): -9260097 or 12563314. OLE color: 12563314.

HSL color Cylindrical-coordinate representation of color #72B3BF: hue angle of 189.35º degrees, saturation: 0.38, 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 #72B3BF is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB114179191-
CMYK0.400.0600.25
HSL189.35º37.56%59.8%-
HSV(B)189.35º40.31%74.9%-
XYZ32.4639.5855.22-
YUV160.93144.9794.52-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.55%
GREEN value IS 179 (70.31% from 255) = 36.98%
BLUE value IS 191 (75% from 255) = 39.46%
R=23.55%
G=36.98%
B=39.46%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1141791910.400.0600.25189.3537.5659.8
Hex72B3BF286019bd263c
Octal1622632775060312754674
Binary1110010101100111011111110100011001100110111101100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,179,191); }

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

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

 a { background-color: rgb(114,179,191); }

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

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

 span { border-color: rgb(114,179,191); }

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