#72AFBC

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

Shades of Glacier #72AFBC

Tints of Glacier #72AFBC

Color information

#72AFBC (or 0x72AFBC) is unknown color: approx Glacier. HEX triplet: 72, AF and BC. RGB value is (114,175,188). Sum of RGB (Red+Green+Blue) = 114+175+188=477 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.90% from 477); Green value is 175 (68.75% from 255 or 36.69% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 188 - color contains mainly: blue. Hex color #72AFBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72AFBC is #8D5043. Grayscale: #9E9E9E. Windows color (decimal): -9261124 or 12365682. OLE color: 12365682.

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

Color convert

RGB114175188-
CMYK0.390.0700.26
HSL190.54º35.58%59.22%-
HSV(B)190.54º39.36%73.73%-
XYZ31.3537.8753.23-
YUV158.24144.7996.44-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.90%
GREEN value IS 175 (68.75% from 255) = 36.69%
BLUE value IS 188 (73.83% from 255) = 39.41%
R=23.90%
G=36.69%
B=39.41%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1141751880.390.0700.26190.5435.5859.22
Hex72AFBC27701Abf243b
Octal1622572744770322774473
Binary1110010101011111011110010011111101101010111111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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