#72B7C3

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

Shades of Glacier #72B7C3

Tints of Glacier #72B7C3

Color information

#72B7C3 (or 0x72B7C3) is unknown color: approx Glacier. HEX triplet: 72, B7 and C3. RGB value is (114,183,195). Sum of RGB (Red+Green+Blue) = 114+183+195=492 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.17% from 492); Green value is 183 (71.88% from 255 or 37.20% from 492); Blue value is 195 (76.56% from 255 or 39.63% from 492); Max value from RGB is 195 - color contains mainly: blue. Hex color #72B7C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72B7C3 is #8D483C. Grayscale: #A3A3A3. Windows color (decimal): -9259069 or 12826482. OLE color: 12826482.

HSL color Cylindrical-coordinate representation of color #72B7C3: hue angle of 188.89º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #72B7C3 is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB114183195-
CMYK0.420.0600.24
HSL188.89º40.3%60.59%-
HSV(B)188.89º41.54%76.47%-
XYZ33.7241.3857.84-
YUV163.74145.6492.52-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.17%
GREEN value IS 183 (71.88% from 255) = 37.20%
BLUE value IS 195 (76.56% from 255) = 39.63%
R=23.17%
G=37.20%
B=39.63%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1141831950.420.0600.24188.8940.360.59
Hex72B7C32A6018bd283d
Octal1622673035260302755075
Binary1110010101101111100001110101011001100010111101101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B7C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,183,195); }

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

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

 a { background-color: rgb(114,183,195); }

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

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

 span { border-color: rgb(114,183,195); }

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