#71AFBC

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

Shades of Glacier #71AFBC

Tints of Glacier #71AFBC

Color information

#71AFBC (or 0x71AFBC) is unknown color: approx Glacier. HEX triplet: 71, AF and BC. RGB value is (113,175,188). Sum of RGB (Red+Green+Blue) = 113+175+188=476 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.74% from 476); Green value is 175 (68.75% from 255 or 36.76% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 188 - color contains mainly: blue. Hex color #71AFBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71AFBC is #8E5043. Grayscale: #9D9D9D. Windows color (decimal): -9326660 or 12365681. OLE color: 12365681.

HSL color Cylindrical-coordinate representation of color #71AFBC: hue angle of 190.4º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #71AFBC is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB113175188-
CMYK0.400.0700.26
HSL190.4º35.89%59.02%-
HSV(B)190.4º39.89%73.73%-
XYZ31.2237.853.23-
YUV157.94144.9695.94-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.74%
GREEN value IS 175 (68.75% from 255) = 36.76%
BLUE value IS 188 (73.83% from 255) = 39.50%
R=23.74%
G=36.76%
B=39.50%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1131751880.400.0700.26190.435.8959.02
Hex71AFBC28701Abe243b
Octal1612572745070322764473
Binary1110001101011111011110010100011101101010111110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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