#83AFBC

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

Shades of Glacier #83AFBC

Tints of Glacier #83AFBC

Color information

#83AFBC (or 0x83AFBC) is unknown color: approx Glacier. HEX triplet: 83, AF and BC. RGB value is (131,175,188). Sum of RGB (Red+Green+Blue) = 131+175+188=494 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.52% from 494); Green value is 175 (68.75% from 255 or 35.43% from 494); Blue value is 188 (73.83% from 255 or 38.06% from 494); Max value from RGB is 188 - color contains mainly: blue. Hex color #83AFBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83AFBC is #7C5043. Grayscale: #A3A3A3. Windows color (decimal): -8147012 or 12365699. OLE color: 12365699.

HSL color Cylindrical-coordinate representation of color #83AFBC: hue angle of 193.68º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #83AFBC is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB131175188-
CMYK0.300.0700.26
HSL193.68º29.84%62.55%-
HSV(B)193.68º30.32%73.73%-
XYZ33.7739.1253.35-
YUV163.33141.92104.94-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.52%
GREEN value IS 175 (68.75% from 255) = 35.43%
BLUE value IS 188 (73.83% from 255) = 38.06%
R=26.52%
G=35.43%
B=38.06%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1311751880.300.0700.26193.6829.8462.55
Hex83AFBC1E701Ac21e3f
Octal2032572743670323023677
Binary100000111010111110111100111101110110101100001011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83AFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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