#72AFBB

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

Shades of Glacier #72AFBB

Tints of Glacier #72AFBB

Color information

#72AFBB (or 0x72AFBB) is unknown color: approx Glacier. HEX triplet: 72, AF and BB. RGB value is (114,175,187). Sum of RGB (Red+Green+Blue) = 114+175+187=476 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.95% from 476); Green value is 175 (68.75% from 255 or 36.76% from 476); Blue value is 187 (73.44% from 255 or 39.29% from 476); Max value from RGB is 187 - color contains mainly: blue. Hex color #72AFBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72AFBB is #8D5044. Grayscale: #9E9E9E. Windows color (decimal): -9261125 or 12300146. OLE color: 12300146.

HSL color Cylindrical-coordinate representation of color #72AFBB: hue angle of 189.86º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #72AFBB is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB114175187-
CMYK0.390.0600.27
HSL189.86º34.93%59.02%-
HSV(B)189.86º39.04%73.33%-
XYZ31.2437.8352.67-
YUV158.13144.2996.52-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.95%
GREEN value IS 175 (68.75% from 255) = 36.76%
BLUE value IS 187 (73.44% from 255) = 39.29%
R=23.95%
G=36.76%
B=39.29%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1141751870.390.0600.27189.8634.9359.02
Hex72AFBB27601Bbe233b
Octal1622572734760332764373
Binary1110010101011111011101110011111001101110111110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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