#72B8BC

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

Shades of Glacier #72B8BC

Tints of Glacier #72B8BC

Color information

#72B8BC (or 0x72B8BC) is unknown color: approx Glacier. HEX triplet: 72, B8 and BC. RGB value is (114,184,188). Sum of RGB (Red+Green+Blue) = 114+184+188=486 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.46% from 486); Green value is 184 (72.27% from 255 or 37.86% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 188 - color contains mainly: blue. Hex color #72B8BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72B8BC is #8D4743. Grayscale: #A3A3A3. Windows color (decimal): -9258820 or 12367986. OLE color: 12367986.

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

Color convert

RGB114184188-
CMYK0.390.0200.26
HSL183.24º35.58%59.22%-
HSV(B)183.24º39.36%73.73%-
XYZ33.1641.4953.84-
YUV163.53141.8192.67-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.46%
GREEN value IS 184 (72.27% from 255) = 37.86%
BLUE value IS 188 (73.83% from 255) = 38.68%
R=23.46%
G=37.86%
B=38.68%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1141841880.390.0200.26183.2435.5859.22
Hex72B8BC27201Ab7243b
Octal1622702744720322674473
Binary111001010111000101111001001111001101010110111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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