#83AFBA

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

Shades of Glacier #83AFBA

Tints of Glacier #83AFBA

Color information

#83AFBA (or 0x83AFBA) is unknown color: approx Glacier. HEX triplet: 83, AF and BA. RGB value is (131,175,186). Sum of RGB (Red+Green+Blue) = 131+175+186=492 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.63% from 492); Green value is 175 (68.75% from 255 or 35.57% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 186 - color contains mainly: blue. Hex color #83AFBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83AFBA is #7C5045. Grayscale: #A3A3A3. Windows color (decimal): -8147014 or 12234627. OLE color: 12234627.

HSL color Cylindrical-coordinate representation of color #83AFBA: hue angle of 192º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #83AFBA is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB131175186-
CMYK0.300.0600.27
HSL192º28.5%62.16%-
HSV(B)192º29.57%72.94%-
XYZ33.5539.0352.22-
YUV163.1140.92105.11-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.63%
GREEN value IS 175 (68.75% from 255) = 35.57%
BLUE value IS 186 (73.05% from 255) = 37.80%
R=26.63%
G=35.57%
B=37.80%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1311751860.300.0600.2719228.562.16
Hex83AFBA1E601Bc01c3e
Octal2032572723660333003476
Binary100000111010111110111010111101100110111100000011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83AFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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