#83F6B1

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

Shades of Vista Blue #83F6B1

Tints of Vista Blue #83F6B1

Color information

#83F6B1 (or 0x83F6B1) is unknown color: approx Vista Blue. HEX triplet: 83, F6 and B1. RGB value is (131,246,177). Sum of RGB (Red+Green+Blue) = 131+246+177=554 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.65% from 554); Green value is 246 (96.48% from 255 or 44.40% from 554); Blue value is 177 (69.53% from 255 or 31.95% from 554); Max value from RGB is 246 - color contains mainly: green. Hex color #83F6B1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #83F6B1 is #7C094E. Grayscale: #CBCBCB. Windows color (decimal): -8128847 or 11662979. OLE color: 11662979.

HSL color Cylindrical-coordinate representation of color #83F6B1: hue angle of 144º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83F6B1 is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB131246177-
CMYK0.4700.280.04
HSL144º86.47%73.92%-
HSV(B)144º46.75%96.47%-
XYZ50.2573.9153.21-
YUV203.75112.976.11-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.65%
GREEN value IS 246 (96.48% from 255) = 44.40%
BLUE value IS 177 (69.53% from 255) = 31.95%
R=23.65%
G=44.40%
B=31.95%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1312461770.4700.280.0414486.4773.92
Hex83F6B12F01C490564a
Octal203366261570344220126112
Binary1000001111110110101100011011110111001001001000010101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83F6B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,246,177); }

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

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

 a { background-color: rgb(131,246,177); }

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

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

 span { border-color: rgb(131,246,177); }

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