#72AFBF

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

Shades of Glacier #72AFBF

Tints of Glacier #72AFBF

Color information

#72AFBF (or 0x72AFBF) is unknown color: approx Glacier. HEX triplet: 72, AF and BF. RGB value is (114,175,191). Sum of RGB (Red+Green+Blue) = 114+175+191=480 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.75% from 480); Green value is 175 (68.75% from 255 or 36.46% from 480); Blue value is 191 (75% from 255 or 39.79% from 480); Max value from RGB is 191 - color contains mainly: blue. Hex color #72AFBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72AFBF is #8D5040. Grayscale: #9E9E9E. Windows color (decimal): -9261121 or 12562290. OLE color: 12562290.

HSL color Cylindrical-coordinate representation of color #72AFBF: hue angle of 192.47º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #72AFBF is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB114175191-
CMYK0.400.0800.25
HSL192.47º37.56%59.8%-
HSV(B)192.47º40.31%74.9%-
XYZ31.673854.96-
YUV158.58146.2996.2-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.75%
GREEN value IS 175 (68.75% from 255) = 36.46%
BLUE value IS 191 (75% from 255) = 39.79%
R=23.75%
G=36.46%
B=39.79%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1141751910.400.0800.25192.4737.5659.8
Hex72AFBF288019c0263c
Octal16225727750100313004674
Binary11100101010111110111111101000100001100111000000100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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