#83AFBE

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

Shades of Glacier #83AFBE

Tints of Glacier #83AFBE

Color information

#83AFBE (or 0x83AFBE) is unknown color: approx Glacier. HEX triplet: 83, AF and BE. RGB value is (131,175,190). Sum of RGB (Red+Green+Blue) = 131+175+190=496 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.41% from 496); Green value is 175 (68.75% from 255 or 35.28% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 190 - color contains mainly: blue. Hex color #83AFBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83AFBE is #7C5041. Grayscale: #A3A3A3. Windows color (decimal): -8147010 or 12496771. OLE color: 12496771.

HSL color Cylindrical-coordinate representation of color #83AFBE: hue angle of 195.25º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #83AFBE is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB131175190-
CMYK0.310.0800.25
HSL195.25º31.22%62.94%-
HSV(B)195.25º31.05%74.51%-
XYZ33.9839.254.49-
YUV163.55142.92104.78-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.41%
GREEN value IS 175 (68.75% from 255) = 35.28%
BLUE value IS 190 (74.61% from 255) = 38.31%
R=26.41%
G=35.28%
B=38.31%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1311751900.310.0800.25195.2531.2262.94
Hex83AFBE1F8019c31f3f
Octal20325727637100313033777
Binary1000001110101111101111101111110000110011100001111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83AFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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