#72B5BC

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

Shades of Glacier #72B5BC

Tints of Glacier #72B5BC

Color information

#72B5BC (or 0x72B5BC) is unknown color: approx Glacier. HEX triplet: 72, B5 and BC. RGB value is (114,181,188). Sum of RGB (Red+Green+Blue) = 114+181+188=483 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.60% from 483); Green value is 181 (71.09% from 255 or 37.47% from 483); Blue value is 188 (73.83% from 255 or 38.92% from 483); Max value from RGB is 188 - color contains mainly: blue. Hex color #72B5BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72B5BC is #8D4A43. Grayscale: #A1A1A1. Windows color (decimal): -9259588 or 12367218. OLE color: 12367218.

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

Color convert

RGB114181188-
CMYK0.390.0400.26
HSL185.68º35.58%59.22%-
HSV(B)185.68º39.36%73.73%-
XYZ32.5440.2653.63-
YUV161.76142.893.93-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.60%
GREEN value IS 181 (71.09% from 255) = 37.47%
BLUE value IS 188 (73.83% from 255) = 38.92%
R=23.60%
G=37.47%
B=38.92%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1141811880.390.0400.26185.6835.5859.22
Hex72B5BC27401Aba243b
Octal1622652744740322724473
Binary1110010101101011011110010011110001101010111010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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